#9CFFD7

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

Shades of Magic Mint #9CFFD7

Tints of Magic Mint #9CFFD7

Color information

#9CFFD7 (or 0x9CFFD7) is unknown color: approx Magic Mint. HEX triplet: 9C, FF and D7. RGB value is (156,255,215). Sum of RGB (Red+Green+Blue) = 156+255+215=626 (82% of max value = 765). Red value is 156 (61.33% from 255 or 24.92% from 626); Green value is 255 (100% from 255 or 40.73% from 626); Blue value is 215 (84.38% from 255 or 34.35% from 626); Max value from RGB is 255 - color contains mainly: green. Hex color #9CFFD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFFD7 is #630028. Grayscale: #DCDCDC. Windows color (decimal): -6488105 or 14155676. OLE color: 14155676.

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

Color convert

RGB156255215-
CMYK0.3900.160
HSL155.76º100%80.59%-
HSV(B)155.76º38.82%100%-
XYZ61.7483.4977.15-
YUV220.84124.781.75-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 24.92%
GREEN value IS 255 (100% from 255) = 40.73%
BLUE value IS 215 (84.38% from 255) = 34.35%
R=24.92%
G=40.73%
B=34.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1562552150.3900.160155.7610080.59
Hex9CFFD72701009c6451
Octal234377327470200234144121
Binary10011100111111111101011110011101000001001110011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CFFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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