#9CFFDC

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

Shades of Magic Mint #9CFFDC

Tints of Magic Mint #9CFFDC

Color information

#9CFFDC (or 0x9CFFDC) is unknown color: approx Magic Mint. HEX triplet: 9C, FF and DC. RGB value is (156,255,220). Sum of RGB (Red+Green+Blue) = 156+255+220=631 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.72% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #9CFFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFFDC is #630023. Grayscale: #DDDDDD. Windows color (decimal): -6488100 or 14483356. OLE color: 14483356.

HSL color Cylindrical-coordinate representation of color #9CFFDC: hue angle of 158.79º 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 #9CFFDC is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB156255220-
CMYK0.3900.140
HSL158.79º100%80.59%-
HSV(B)158.79º38.82%100%-
XYZ62.3983.7680.59-
YUV221.41127.281.35-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 24.72%
GREEN value IS 255 (100% from 255) = 40.41%
BLUE value IS 220 (86.33% from 255) = 34.87%
R=24.72%
G=40.41%
B=34.87%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1562552200.3900.140158.7910080.59
Hex9CFFDC270E09f6451
Octal234377334470160237144121
Binary1001110011111111110111001001110111001001111111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CFFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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