#9CFFD4

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

Shades of Magic Mint #9CFFD4

Tints of Magic Mint #9CFFD4

Color information

#9CFFD4 (or 0x9CFFD4) is unknown color: approx Magic Mint. HEX triplet: 9C, FF and D4. RGB value is (156,255,212). Sum of RGB (Red+Green+Blue) = 156+255+212=623 (82% of max value = 765). Red value is 156 (61.33% from 255 or 25.04% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 212 (83.20% from 255 or 34.03% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #9CFFD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFFD4 is #63002B. Grayscale: #DCDCDC. Windows color (decimal): -6488108 or 13959068. OLE color: 13959068.

HSL color Cylindrical-coordinate representation of color #9CFFD4: hue angle of 153.94º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CFFD4 is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.

Color convert

RGB156255212-
CMYK0.3900.170
HSL153.94º100%80.59%-
HSV(B)153.94º38.82%100%-
XYZ61.3583.3475.14-
YUV220.5123.282-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.04%
GREEN value IS 255 (100% from 255) = 40.93%
BLUE value IS 212 (83.20% from 255) = 34.03%
R=25.04%
G=40.93%
B=34.03%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1562552120.3900.170153.9410080.59
Hex9CFFD42701109a6451
Octal234377324470210232144121
Binary10011100111111111101010010011101000101001101011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CFFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CFFD4; }

 p { color: rgb(156,255,212); }

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

<style>
 a { background-color: #9CFFD4; }

 a { background-color: rgb(156,255,212); }

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

<style>
 span { border-color: #9CFFD4; }

 span { border-color: rgb(156,255,212); }

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