Shades of Magic Mint #9CEECD
Tints of Magic Mint #9CEECD
RGB
CMYK
RGB Variations
Color information
#9CEECD (or 0x9CEECD) is known color: Magic Mint. HEX triplet: 9C, EE and CD. RGB value is (156,238,205). Sum of RGB (Red+Green+Blue) = 156+238+205=599 (79% of max value = 765). Red value is 156 (61.33% from 255 or 26.04% from 599); Green value is 238 (93.36% from 255 or 39.73% from 599); Blue value is 205 (80.47% from 255 or 34.22% from 599); Max value from RGB is 238 - color contains mainly: green. Hex color #9CEECD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CEECD is #631132. Grayscale: #D1D1D1. Windows color (decimal): -6492467 or 13495964. OLE color: 13495964.
HSL color Cylindrical-coordinate representation of color #9CEECD: hue angle of 155.85º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CEECD is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 238 | 205 | - |
| CMYK | 0.34 | 0 | 0.14 | 0.07 |
| HSL | 155.85º | 0.71% | 0.77% | - |
| HSV(B) | 155.85º | 0.34% | 0.93% | - |
| XYZ | 55.3 | 72.62 | 68.86 | - |
| YUV | 209.72 | 125.33 | 89.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 238 | 205 | 0.34 | 0 | 0.14 | 0.07 | 155.85 | 0.71 | 0.77 |
| Hex | 9C | EE | CD | 22 | 0 | E | 7 | 9C | 47 | 4D |
| Octal | 234 | 356 | 315 | 42 | 0 | 16 | 7 | 234 | 107 | 115 |
| Binary | 10011100 | 11101110 | 11001101 | 100010 | 0 | 1110 | 111 | 10011100 | 1000111 | 1001101 |
Color Harmonies of #9CEECD
Complementary color
Monochromatic Colors of #9CEECD
Black with #9CEECD
Text Example
Text Example
White with #9CEECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEECD; }
p { color: rgb(156,238,205); }
H1.HeaderClassName
{
color: #9CEECD;
}
.AnyTagClassName
{
color: #9CEECD;
}
</style>
background-color css
<style>
a { background-color: #9CEECD; }
a { background-color: rgb(156,238,205); }
div.DivClassName
{
background-color: #9CEECD;
}
.BgClassName
{
background-color: #9CEECD;
}
</style>
border-color css
<style>
span { border-color: #9CEECD; }
span { border-color: rgb(156,238,205); }
td.TdClassName
{
border-color: #9CEECD;
}
.TagClassName
{
border-color: #9CEECD;
}
</style>