#9CFFC5

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

Shades of Magic Mint #9CFFC5

Tints of Magic Mint #9CFFC5

Color information

#9CFFC5 (or 0x9CFFC5) is unknown color: approx Magic Mint. HEX triplet: 9C, FF and C5. RGB value is (156,255,197). Sum of RGB (Red+Green+Blue) = 156+255+197=608 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.66% from 608); Green value is 255 (100% from 255 or 41.94% from 608); Blue value is 197 (77.34% from 255 or 32.40% from 608); Max value from RGB is 255 - color contains mainly: green. Hex color #9CFFC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFFC5 is #63003A. Grayscale: #DADADA. Windows color (decimal): -6488123 or 12976028. OLE color: 12976028.

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

Color convert

RGB156255197-
CMYK0.3900.230
HSL144.85º100%80.59%-
HSV(B)144.85º38.82%100%-
XYZ59.5582.6265.63-
YUV218.79115.783.22-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.66%
GREEN value IS 255 (100% from 255) = 41.94%
BLUE value IS 197 (77.34% from 255) = 32.40%
R=25.66%
G=41.94%
B=32.40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1562551970.3900.230144.8510080.59
Hex9CFFC5270170916451
Octal234377305470270221144121
Binary10011100111111111100010110011101011101001000111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CFFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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