Shades of Magic Mint #9CEACF
Tints of Magic Mint #9CEACF
RGB
CMYK
RGB Variations
Color information
#9CEACF (or 0x9CEACF) is known color: Magic Mint. HEX triplet: 9C, EA and CF. RGB value is (156,234,207). Sum of RGB (Red+Green+Blue) = 156+234+207=597 (79% of max value = 765). Red value is 156 (61.33% from 255 or 26.13% from 597); Green value is 234 (91.80% from 255 or 39.20% from 597); Blue value is 207 (81.25% from 255 or 34.67% from 597); Max value from RGB is 234 - color contains mainly: green. Hex color #9CEACF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CEACF is #631530. Grayscale: #CFCFCF. Windows color (decimal): -6493489 or 13626012. OLE color: 13626012.
HSL color Cylindrical-coordinate representation of color #9CEACF: hue angle of 159.23º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CEACF is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 234 | 207 | - |
| CMYK | 0.33 | 0 | 0.12 | 0.08 |
| HSL | 159.23º | 0.65% | 0.76% | - |
| HSV(B) | 159.23º | 0.33% | 0.92% | - |
| XYZ | 54.4 | 70.42 | 69.76 | - |
| YUV | 207.6 | 127.66 | 91.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 234 | 207 | 0.33 | 0 | 0.12 | 0.08 | 159.23 | 0.65 | 0.76 |
| Hex | 9C | EA | CF | 21 | 0 | C | 8 | 9F | 41 | 4C |
| Octal | 234 | 352 | 317 | 41 | 0 | 14 | 10 | 237 | 101 | 114 |
| Binary | 10011100 | 11101010 | 11001111 | 100001 | 0 | 1100 | 1000 | 10011111 | 1000001 | 1001100 |
Color Harmonies of #9CEACF
Complementary color
Monochromatic Colors of #9CEACF
Black with #9CEACF
Text Example
Text Example
White with #9CEACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEACF; }
p { color: rgb(156,234,207); }
H1.HeaderClassName
{
color: #9CEACF;
}
.AnyTagClassName
{
color: #9CEACF;
}
</style>
background-color css
<style>
a { background-color: #9CEACF; }
a { background-color: rgb(156,234,207); }
div.DivClassName
{
background-color: #9CEACF;
}
.BgClassName
{
background-color: #9CEACF;
}
</style>
border-color css
<style>
span { border-color: #9CEACF; }
span { border-color: rgb(156,234,207); }
td.TdClassName
{
border-color: #9CEACF;
}
.TagClassName
{
border-color: #9CEACF;
}
</style>