#9CE4CD

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

Shades of Magic Mint #9CE4CD

Tints of Magic Mint #9CE4CD

Color information

#9CE4CD (or 0x9CE4CD) is unknown color: approx Magic Mint. HEX triplet: 9C, E4 and CD. RGB value is (156,228,205). Sum of RGB (Red+Green+Blue) = 156+228+205=589 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.49% from 589); Green value is 228 (89.45% from 255 or 38.71% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 228 - color contains mainly: green. Hex color #9CE4CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CE4CD is #631B32. Grayscale: #CBCBCB. Windows color (decimal): -6495027 or 13493404. OLE color: 13493404.

HSL color Cylindrical-coordinate representation of color #9CE4CD: hue angle of 160.83º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9CE4CD is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB156228205-
CMYK0.3200.100.11
HSL160.83º57.14%75.29%-
HSV(B)160.83º31.58%89.41%-
XYZ52.4766.9667.92-
YUV203.85128.6593.87-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.49%
GREEN value IS 228 (89.45% from 255) = 38.71%
BLUE value IS 205 (80.47% from 255) = 34.80%
R=26.49%
G=38.71%
B=34.80%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1562282050.3200.100.11160.8357.1475.29
Hex9CE4CD200ABa1394b
Octal234344315400121324171113
Binary100111001110010011001101100000010101011101000011110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CE4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,228,205); }

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

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

 a { background-color: rgb(156,228,205); }

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

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

 span { border-color: rgb(156,228,205); }

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