#9CF5C5

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

Shades of Magic Mint #9CF5C5

Tints of Magic Mint #9CF5C5

Color information

#9CF5C5 (or 0x9CF5C5) is unknown color: approx Magic Mint. HEX triplet: 9C, F5 and C5. RGB value is (156,245,197). Sum of RGB (Red+Green+Blue) = 156+245+197=598 (79% of max value = 765). Red value is 156 (61.33% from 255 or 26.09% from 598); Green value is 245 (96.09% from 255 or 40.97% from 598); Blue value is 197 (77.34% from 255 or 32.94% from 598); Max value from RGB is 245 - color contains mainly: green. Hex color #9CF5C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CF5C5 is #630A3A. Grayscale: #D5D5D5. Windows color (decimal): -6490683 or 12973468. OLE color: 12973468.

HSL color Cylindrical-coordinate representation of color #9CF5C5: hue angle of 147.64º degrees, saturation: 0.82, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9CF5C5 is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB156245197-
CMYK0.3600.200.04
HSL147.64º81.65%78.63%-
HSV(B)147.64º36.33%96.08%-
XYZ56.4476.464.6-
YUV212.92119.0187.4-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.09%
GREEN value IS 245 (96.09% from 255) = 40.97%
BLUE value IS 197 (77.34% from 255) = 32.94%
R=26.09%
G=40.97%
B=32.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1562451970.3600.200.04147.6481.6578.63
Hex9CF5C524014494524f
Octal234365305440244224122117
Binary1001110011110101110001011001000101001001001010010100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF5C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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