#9CF0BD

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

Shades of Magic Mint #9CF0BD

Tints of Magic Mint #9CF0BD

Color information

#9CF0BD (or 0x9CF0BD) is unknown color: approx Magic Mint. HEX triplet: 9C, F0 and BD. RGB value is (156,240,189). Sum of RGB (Red+Green+Blue) = 156+240+189=585 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.67% from 585); Green value is 240 (94.14% from 255 or 41.03% from 585); Blue value is 189 (74.22% from 255 or 32.31% from 585); Max value from RGB is 240 - color contains mainly: green. Hex color #9CF0BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CF0BD is #630F42. Grayscale: #D1D1D1. Windows color (decimal): -6491971 or 12447900. OLE color: 12447900.

HSL color Cylindrical-coordinate representation of color #9CF0BD: hue angle of 143.57º 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 #9CF0BD is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB156240189-
CMYK0.3500.210.06
HSL143.57º73.68%77.65%-
HSV(B)143.57º35%94.12%-
XYZ54.0673.0659.4-
YUV209.07116.6790.15-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.67%
GREEN value IS 240 (94.14% from 255) = 41.03%
BLUE value IS 189 (74.22% from 255) = 32.31%
R=26.67%
G=41.03%
B=32.31%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1562401890.3500.210.06143.5773.6877.65
Hex9CF0BD230156904a4e
Octal234360275430256220112116
Binary1001110011110000101111011000110101011101001000010010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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