#96FCCF

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

Shades of Magic Mint #96FCCF

Tints of Magic Mint #96FCCF

Color information

#96FCCF (or 0x96FCCF) is unknown color: approx Magic Mint. HEX triplet: 96, FC and CF. RGB value is (150,252,207). Sum of RGB (Red+Green+Blue) = 150+252+207=609 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.63% from 609); Green value is 252 (98.83% from 255 or 41.38% from 609); Blue value is 207 (81.25% from 255 or 33.99% from 609); Max value from RGB is 252 - color contains mainly: green. Hex color #96FCCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FCCF is #690330. Grayscale: #D8D8D8. Windows color (decimal): -6882097 or 13630614. OLE color: 13630614.

HSL color Cylindrical-coordinate representation of color #96FCCF: hue angle of 153.53º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96FCCF is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB150252207-
CMYK0.4000.180.01
HSL153.53º94.44%78.82%-
HSV(B)153.53º40.48%98.82%-
XYZ58.6580.6171.5-
YUV216.37122.7180.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.63%
GREEN value IS 252 (98.83% from 255) = 41.38%
BLUE value IS 207 (81.25% from 255) = 33.99%
R=24.63%
G=41.38%
B=33.99%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1502522070.4000.180.01153.5394.4478.82
Hex96FCCF2801219a5e4f
Octal226374317500221232136117
Binary10010110111111001100111110100001001011001101010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,252,207); }

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

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

 a { background-color: rgb(150,252,207); }

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

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

 span { border-color: rgb(150,252,207); }

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