#96FACA

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

Shades of Magic Mint #96FACA

Tints of Magic Mint #96FACA

Color information

#96FACA (or 0x96FACA) is unknown color: approx Magic Mint. HEX triplet: 96, FA and CA. RGB value is (150,250,202). Sum of RGB (Red+Green+Blue) = 150+250+202=602 (79% of max value = 765). Red value is 150 (58.98% from 255 or 24.92% from 602); Green value is 250 (98.05% from 255 or 41.53% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 250 - color contains mainly: green. Hex color #96FACA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FACA is #690535. Grayscale: #D6D6D6. Windows color (decimal): -6882614 or 13302422. OLE color: 13302422.

HSL color Cylindrical-coordinate representation of color #96FACA: hue angle of 151.2º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96FACA is Cyan = 0.4, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB150250202-
CMYK0.400.190.02
HSL151.2º90.91%78.43%-
HSV(B)151.2º40%98.04%-
XYZ57.4279.1268.12-
YUV214.63120.8781.9-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.92%
GREEN value IS 250 (98.05% from 255) = 41.53%
BLUE value IS 202 (79.30% from 255) = 33.55%
R=24.92%
G=41.53%
B=33.55%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1502502020.400.190.02151.290.9178.43
Hex96FACA280132975b4e
Octal226372312500232227133116
Binary100101101111101011001010101000010011101001011110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,250,202); }

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

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

 a { background-color: rgb(150,250,202); }

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

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

 span { border-color: rgb(150,250,202); }

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