#96F5CC

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

Shades of Magic Mint #96F5CC

Tints of Magic Mint #96F5CC

Color information

#96F5CC (or 0x96F5CC) is unknown color: approx Magic Mint. HEX triplet: 96, F5 and CC. RGB value is (150,245,204). Sum of RGB (Red+Green+Blue) = 150+245+204=599 (79% of max value = 765). Red value is 150 (58.98% from 255 or 25.04% from 599); Green value is 245 (96.09% from 255 or 40.90% from 599); Blue value is 204 (80.08% from 255 or 34.06% from 599); Max value from RGB is 245 - color contains mainly: green. Hex color #96F5CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F5CC is #690A33. Grayscale: #D3D3D3. Windows color (decimal): -6883892 or 13432214. OLE color: 13432214.

HSL color Cylindrical-coordinate representation of color #96F5CC: hue angle of 154.11º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96F5CC is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB150245204-
CMYK0.3900.170.04
HSL154.11º82.61%77.45%-
HSV(B)154.11º38.78%96.08%-
XYZ56.1376.1568.87-
YUV211.92123.5383.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.04%
GREEN value IS 245 (96.09% from 255) = 40.90%
BLUE value IS 204 (80.08% from 255) = 34.06%
R=25.04%
G=40.90%
B=34.06%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1502452040.3900.170.04154.1182.6177.45
Hex96F5CC2701149a534d
Octal226365314470214232123115
Binary1001011011110101110011001001110100011001001101010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,245,204); }

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

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

 a { background-color: rgb(150,245,204); }

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

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

 span { border-color: rgb(150,245,204); }

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