#9CE8C3

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

Shades of Magic Mint #9CE8C3

Tints of Magic Mint #9CE8C3

Color information

#9CE8C3 (or 0x9CE8C3) is unknown color: approx Magic Mint. HEX triplet: 9C, E8 and C3. RGB value is (156,232,195). Sum of RGB (Red+Green+Blue) = 156+232+195=583 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.76% from 583); Green value is 232 (91.02% from 255 or 39.79% from 583); Blue value is 195 (76.56% from 255 or 33.45% from 583); Max value from RGB is 232 - color contains mainly: green. Hex color #9CE8C3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CE8C3 is #63173C. Grayscale: #CDCDCD. Windows color (decimal): -6494013 or 12839068. OLE color: 12839068.

HSL color Cylindrical-coordinate representation of color #9CE8C3: hue angle of 150.79º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CE8C3 is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB156232195-
CMYK0.3300.160.09
HSL150.79º62.3%76.08%-
HSV(B)150.79º32.76%90.98%-
XYZ52.4268.7262.13-
YUV205.06122.3293.01-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.76%
GREEN value IS 232 (91.02% from 255) = 39.79%
BLUE value IS 195 (76.56% from 255) = 33.45%
R=26.76%
G=39.79%
B=33.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1562321950.3300.160.09150.7962.376.08
Hex9CE8C3210109973e4c
Octal234350303410201122776114
Binary1001110011101000110000111000010100001001100101111111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CE8C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,232,195); }

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

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

 a { background-color: rgb(156,232,195); }

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

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

 span { border-color: rgb(156,232,195); }

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