#9CF5CC

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

Shades of Magic Mint #9CF5CC

Tints of Magic Mint #9CF5CC

Color information

#9CF5CC (or 0x9CF5CC) is unknown color: approx Magic Mint. HEX triplet: 9C, F5 and CC. RGB value is (156,245,204). Sum of RGB (Red+Green+Blue) = 156+245+204=605 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.79% from 605); Green value is 245 (96.09% from 255 or 40.50% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 245 - color contains mainly: green. Hex color #9CF5CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CF5CC is #630A33. Grayscale: #D5D5D5. Windows color (decimal): -6490676 or 13432220. OLE color: 13432220.

HSL color Cylindrical-coordinate representation of color #9CF5CC: hue angle of 152.36º 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 #9CF5CC is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB156245204-
CMYK0.3600.170.04
HSL152.36º81.65%78.63%-
HSV(B)152.36º36.33%96.08%-
XYZ57.2676.7368.92-
YUV213.72122.5186.83-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.79%
GREEN value IS 245 (96.09% from 255) = 40.50%
BLUE value IS 204 (80.08% from 255) = 33.72%
R=25.79%
G=40.50%
B=33.72%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1562452040.3600.170.04152.3681.6578.63
Hex9CF5CC24011498524f
Octal234365314440214230122117
Binary1001110011110101110011001001000100011001001100010100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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