Shades of Magic Mint #9CFAE2
Tints of Magic Mint #9CFAE2
RGB
CMYK
RGB Variations
Color information
#9CFAE2 (or 0x9CFAE2) is known color: Magic Mint. HEX triplet: 9C, FA and E2. RGB value is (156,250,226). Sum of RGB (Red+Green+Blue) = 156+250+226=632 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.68% from 632); Green value is 250 (98.05% from 255 or 39.56% from 632); Blue value is 226 (88.67% from 255 or 35.76% from 632); Max value from RGB is 250 - color contains mainly: green. Hex color #9CFAE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFAE2 is #63051D. Grayscale: #DBDBDB. Windows color (decimal): -6489374 or 14875292. OLE color: 14875292.
HSL color Cylindrical-coordinate representation of color #9CFAE2: hue angle of 164.68º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CFAE2 is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 250 | 226 | - |
| CMYK | 0.38 | 0 | 0.10 | 0.02 |
| HSL | 164.68º | 0.9% | 0.8% | - |
| HSV(B) | 164.68º | 0.38% | 0.98% | - |
| XYZ | 61.62 | 80.93 | 84.32 | - |
| YUV | 219.16 | 131.86 | 82.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 250 | 226 | 0.38 | 0 | 0.10 | 0.02 | 164.68 | 0.9 | 0.8 |
| Hex | 9C | FA | E2 | 26 | 0 | A | 2 | A5 | 5A | 50 |
| Octal | 234 | 372 | 342 | 46 | 0 | 12 | 2 | 245 | 132 | 120 |
| Binary | 10011100 | 11111010 | 11100010 | 100110 | 0 | 1010 | 10 | 10100101 | 1011010 | 1010000 |
Color Harmonies of #9CFAE2
Complementary color
Monochromatic Colors of #9CFAE2
Black with #9CFAE2
Text Example
Text Example
White with #9CFAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFAE2; }
p { color: rgb(156,250,226); }
H1.HeaderClassName
{
color: #9CFAE2;
}
.AnyTagClassName
{
color: #9CFAE2;
}
</style>
background-color css
<style>
a { background-color: #9CFAE2; }
a { background-color: rgb(156,250,226); }
div.DivClassName
{
background-color: #9CFAE2;
}
.BgClassName
{
background-color: #9CFAE2;
}
</style>
border-color css
<style>
span { border-color: #9CFAE2; }
span { border-color: rgb(156,250,226); }
td.TdClassName
{
border-color: #9CFAE2;
}
.TagClassName
{
border-color: #9CFAE2;
}
</style>