#9CF0CA

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

Shades of Magic Mint #9CF0CA

Tints of Magic Mint #9CF0CA

Color information

#9CF0CA (or 0x9CF0CA) is unknown color: approx Magic Mint. HEX triplet: 9C, F0 and CA. RGB value is (156,240,202). Sum of RGB (Red+Green+Blue) = 156+240+202=598 (79% of max value = 765). Red value is 156 (61.33% from 255 or 26.09% from 598); Green value is 240 (94.14% from 255 or 40.13% from 598); Blue value is 202 (79.30% from 255 or 33.78% from 598); Max value from RGB is 240 - color contains mainly: green. Hex color #9CF0CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CF0CA is #630F35. Grayscale: #D2D2D2. Windows color (decimal): -6491958 or 13299868. OLE color: 13299868.

HSL color Cylindrical-coordinate representation of color #9CF0CA: hue angle of 152.86º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CF0CA is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB156240202-
CMYK0.3500.160.06
HSL152.86º73.68%77.65%-
HSV(B)152.86º35%94.12%-
XYZ55.5373.6567.17-
YUV210.55123.1789.09-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.09%
GREEN value IS 240 (94.14% from 255) = 40.13%
BLUE value IS 202 (79.30% from 255) = 33.78%
R=26.09%
G=40.13%
B=33.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1562402020.3500.160.06152.8673.6877.65
Hex9CF0CA230106994a4e
Octal234360312430206231112116
Binary1001110011110000110010101000110100001101001100110010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,240,202); }

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

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

 a { background-color: rgb(156,240,202); }

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

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

 span { border-color: rgb(156,240,202); }

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