Shades of Magic Mint #9CFFE4
Tints of Magic Mint #9CFFE4
RGB
CMYK
RGB Variations
Color information
#9CFFE4 (or 0x9CFFE4) is known color: Magic Mint. HEX triplet: 9C, FF and E4. RGB value is (156,255,228). Sum of RGB (Red+Green+Blue) = 156+255+228=639 (84% of max value = 765). Red value is 156 (61.33% from 255 or 24.41% from 639); Green value is 255 (100% from 255 or 39.91% from 639); Blue value is 228 (89.45% from 255 or 35.68% from 639); Max value from RGB is 255 - color contains mainly: green. Hex color #9CFFE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFFE4 is #63001B. Grayscale: #DEDEDE. Windows color (decimal): -6488092 or 15007644. OLE color: 15007644.
HSL color Cylindrical-coordinate representation of color #9CFFE4: hue angle of 163.64º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CFFE4 is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 255 | 228 | - |
| CMYK | 0.39 | 0 | 0.11 | 0 |
| HSL | 163.64º | 1% | 0.81% | - |
| HSV(B) | 163.64º | 0.39% | 1% | - |
| XYZ | 63.47 | 84.19 | 86.3 | - |
| YUV | 222.32 | 131.2 | 80.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 255 | 228 | 0.39 | 0 | 0.11 | 0 | 163.64 | 1 | 0.81 |
| Hex | 9C | FF | E4 | 27 | 0 | B | 0 | A4 | 64 | 51 |
| Octal | 234 | 377 | 344 | 47 | 0 | 13 | 0 | 244 | 144 | 121 |
| Binary | 10011100 | 11111111 | 11100100 | 100111 | 0 | 1011 | 0 | 10100100 | 1100100 | 1010001 |
Color Harmonies of #9CFFE4
Complementary color
Monochromatic Colors of #9CFFE4
Black with #9CFFE4
Text Example
Text Example
White with #9CFFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFFE4; }
p { color: rgb(156,255,228); }
H1.HeaderClassName
{
color: #9CFFE4;
}
.AnyTagClassName
{
color: #9CFFE4;
}
</style>
background-color css
<style>
a { background-color: #9CFFE4; }
a { background-color: rgb(156,255,228); }
div.DivClassName
{
background-color: #9CFFE4;
}
.BgClassName
{
background-color: #9CFFE4;
}
</style>
border-color css
<style>
span { border-color: #9CFFE4; }
span { border-color: rgb(156,255,228); }
td.TdClassName
{
border-color: #9CFFE4;
}
.TagClassName
{
border-color: #9CFFE4;
}
</style>