#9CFCCB

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

Shades of Magic Mint #9CFCCB

Tints of Magic Mint #9CFCCB

Color information

#9CFCCB (or 0x9CFCCB) is unknown color: approx Magic Mint. HEX triplet: 9C, FC and CB. RGB value is (156,252,203). Sum of RGB (Red+Green+Blue) = 156+252+203=611 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.53% from 611); Green value is 252 (98.83% from 255 or 41.24% from 611); Blue value is 203 (79.69% from 255 or 33.22% from 611); Max value from RGB is 252 - color contains mainly: green. Hex color #9CFCCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFCCB is #630334. Grayscale: #D9D9D9. Windows color (decimal): -6488885 or 13368476. OLE color: 13368476.

HSL color Cylindrical-coordinate representation of color #9CFCCB: hue angle of 149.38º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CFCCB is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB156252203-
CMYK0.3800.190.01
HSL149.38º94.12%80%-
HSV(B)149.38º38.1%98.82%-
XYZ59.38169.01-
YUV217.71119.783.98-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.53%
GREEN value IS 252 (98.83% from 255) = 41.24%
BLUE value IS 203 (79.69% from 255) = 33.22%
R=25.53%
G=41.24%
B=33.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1562522030.3800.190.01149.3894.1280
Hex9CFCCB260131955e50
Octal234374313460231225136120
Binary10011100111111001100101110011001001111001010110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CFCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,252,203); }

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

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

 a { background-color: rgb(156,252,203); }

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

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

 span { border-color: rgb(156,252,203); }

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