Shades of Magic Mint #9CF8E0
Tints of Magic Mint #9CF8E0
RGB
CMYK
RGB Variations
Color information
#9CF8E0 (or 0x9CF8E0) is known color: Magic Mint. HEX triplet: 9C, F8 and E0. RGB value is (156,248,224). Sum of RGB (Red+Green+Blue) = 156+248+224=628 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.84% from 628); Green value is 248 (97.27% from 255 or 39.49% from 628); Blue value is 224 (87.89% from 255 or 35.67% from 628); Max value from RGB is 248 - color contains mainly: green. Hex color #9CF8E0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CF8E0 is #63071F. Grayscale: #D9D9D9. Windows color (decimal): -6489888 or 14743708. OLE color: 14743708.
HSL color Cylindrical-coordinate representation of color #9CF8E0: hue angle of 164.35º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9CF8E0 is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 156 | 248 | 224 | - |
| CMYK | 0.37 | 0 | 0.10 | 0.03 |
| HSL | 164.35º | 0.87% | 0.79% | - |
| HSV(B) | 164.35º | 0.37% | 0.97% | - |
| XYZ | 60.73 | 79.58 | 82.68 | - |
| YUV | 217.76 | 131.52 | 83.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 248 | 224 | 0.37 | 0 | 0.10 | 0.03 | 164.35 | 0.87 | 0.79 |
| Hex | 9C | F8 | E0 | 25 | 0 | A | 3 | A4 | 57 | 4F |
| Octal | 234 | 370 | 340 | 45 | 0 | 12 | 3 | 244 | 127 | 117 |
| Binary | 10011100 | 11111000 | 11100000 | 100101 | 0 | 1010 | 11 | 10100100 | 1010111 | 1001111 |
Color Harmonies of #9CF8E0
Complementary color
Monochromatic Colors of #9CF8E0
Black with #9CF8E0
Text Example
Text Example
White with #9CF8E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF8E0; }
p { color: rgb(156,248,224); }
H1.HeaderClassName
{
color: #9CF8E0;
}
.AnyTagClassName
{
color: #9CF8E0;
}
</style>
background-color css
<style>
a { background-color: #9CF8E0; }
a { background-color: rgb(156,248,224); }
div.DivClassName
{
background-color: #9CF8E0;
}
.BgClassName
{
background-color: #9CF8E0;
}
</style>
border-color css
<style>
span { border-color: #9CF8E0; }
span { border-color: rgb(156,248,224); }
td.TdClassName
{
border-color: #9CF8E0;
}
.TagClassName
{
border-color: #9CF8E0;
}
</style>