#9CFFD1

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

Shades of Magic Mint #9CFFD1

Tints of Magic Mint #9CFFD1

Color information

#9CFFD1 (or 0x9CFFD1) is unknown color: approx Magic Mint. HEX triplet: 9C, FF and D1. RGB value is (156,255,209). Sum of RGB (Red+Green+Blue) = 156+255+209=620 (82% of max value = 765). Red value is 156 (61.33% from 255 or 25.16% from 620); Green value is 255 (100% from 255 or 41.13% from 620); Blue value is 209 (82.03% from 255 or 33.71% from 620); Max value from RGB is 255 - color contains mainly: green. Hex color #9CFFD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFFD1 is #63002E. Grayscale: #DCDCDC. Windows color (decimal): -6488111 or 13762460. OLE color: 13762460.

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

Color convert

RGB156255209-
CMYK0.3900.180
HSL152.12º100%80.59%-
HSV(B)152.12º38.82%100%-
XYZ60.9883.1973.17-
YUV220.16121.782.24-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.16%
GREEN value IS 255 (100% from 255) = 41.13%
BLUE value IS 209 (82.03% from 255) = 33.71%
R=25.16%
G=41.13%
B=33.71%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1562552090.3900.180152.1210080.59
Hex9CFFD1270120986451
Octal234377321470220230144121
Binary10011100111111111101000110011101001001001100011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CFFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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