#96EBC9

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

Shades of Magic Mint #96EBC9

Tints of Magic Mint #96EBC9

Color information

#96EBC9 (or 0x96EBC9) is unknown color: approx Magic Mint. HEX triplet: 96, EB and C9. RGB value is (150,235,201). Sum of RGB (Red+Green+Blue) = 150+235+201=586 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.60% from 586); Green value is 235 (92.19% from 255 or 40.10% from 586); Blue value is 201 (78.91% from 255 or 34.30% from 586); Max value from RGB is 235 - color contains mainly: green. Hex color #96EBC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EBC9 is #691436. Grayscale: #CDCDCD. Windows color (decimal): -6886455 or 13233046. OLE color: 13233046.

HSL color Cylindrical-coordinate representation of color #96EBC9: hue angle of 156º degrees, saturation: 0.68, 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 #96EBC9 is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB150235201-
CMYK0.3600.140.08
HSL156º68%75.49%-
HSV(B)156º36.17%92.16%-
XYZ52.8370.1266.01-
YUV205.71125.3488.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.60%
GREEN value IS 235 (92.19% from 255) = 40.10%
BLUE value IS 201 (78.91% from 255) = 34.30%
R=25.60%
G=40.10%
B=34.30%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1502352010.3600.140.081566875.49
Hex96EBC9240E89c444b
Octal2263533114401610234104113
Binary1001011011101011110010011001000111010001001110010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96EBC9; }

 p { color: rgb(150,235,201); }

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

<style>
 a { background-color: #96EBC9; }

 a { background-color: rgb(150,235,201); }

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

<style>
 span { border-color: #96EBC9; }

 span { border-color: rgb(150,235,201); }

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