#95EAC7

Color #95EAC7 Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #95EAC7

Tints of Magic Mint #95EAC7

Color information

#95EAC7 (or 0x95EAC7) is unknown color: approx Magic Mint. HEX triplet: 95, EA and C7. RGB value is (149,234,199). Sum of RGB (Red+Green+Blue) = 149+234+199=582 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.60% from 582); Green value is 234 (91.80% from 255 or 40.21% from 582); Blue value is 199 (78.12% from 255 or 34.19% from 582); Max value from RGB is 234 - color contains mainly: green. Hex color #95EAC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EAC7 is #6A1538. Grayscale: #CCCCCC. Windows color (decimal): -6952249 or 13101717. OLE color: 13101717.

HSL color Cylindrical-coordinate representation of color #95EAC7: hue angle of 155.29º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95EAC7 is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB149234199-
CMYK0.3600.150.08
HSL155.29º66.93%75.1%-
HSV(B)155.29º36.32%91.76%-
XYZ52.1369.3664.67-
YUV204.6124.8488.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 25.60%
GREEN value IS 234 (91.80% from 255) = 40.21%
BLUE value IS 199 (78.12% from 255) = 34.19%
R=25.60%
G=40.21%
B=34.19%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1492341990.3600.150.08155.2966.9375.1
Hex95EAC7240F89b434b
Octal2253523074401710233103113
Binary1001010111101010110001111001000111110001001101110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95EAC7; }

 p { color: rgb(149,234,199); }

 H1.HeaderClassName
 {
   color: #95EAC7;
 }
 .AnyTagClassName
 {
   color: #95EAC7;
 }
</style>
background-color css

<style>
 a { background-color: #95EAC7; }

 a { background-color: rgb(149,234,199); }

 div.DivClassName
 {
   background-color: #95EAC7;
 }
 .BgClassName
 {
   background-color: #95EAC7;
 }
</style>
border-color css

<style>
 span { border-color: #95EAC7; }

 span { border-color: rgb(149,234,199); }

 td.TdClassName
 {
   border-color: #95EAC7;
 }
 .TagClassName
 {
   border-color: #95EAC7;
 }
</style>