Shades of Magic Mint #9AE9C1
Tints of Magic Mint #9AE9C1
RGB
CMYK
RGB Variations
Color information
#9AE9C1 (or 0x9AE9C1) is known color: Magic Mint. HEX triplet: 9A, E9 and C1. RGB value is (154,233,193). Sum of RGB (Red+Green+Blue) = 154+233+193=580 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.55% from 580); Green value is 233 (91.41% from 255 or 40.17% from 580); Blue value is 193 (75.78% from 255 or 33.28% from 580); Max value from RGB is 233 - color contains mainly: green. Hex color #9AE9C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AE9C1 is #65163E. Grayscale: #CCCCCC. Windows color (decimal): -6624831 or 12708250. OLE color: 12708250.
HSL color Cylindrical-coordinate representation of color #9AE9C1: hue angle of 149.62º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AE9C1 is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 154 | 233 | 193 | - |
| CMYK | 0.34 | 0 | 0.17 | 0.09 |
| HSL | 149.62º | 0.64% | 0.76% | - |
| HSV(B) | 149.62º | 0.34% | 0.91% | - |
| XYZ | 52.09 | 69 | 61.02 | - |
| YUV | 204.82 | 121.33 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 233 | 193 | 0.34 | 0 | 0.17 | 0.09 | 149.62 | 0.64 | 0.76 |
| Hex | 9A | E9 | C1 | 22 | 0 | 11 | 9 | 96 | 40 | 4C |
| Octal | 232 | 351 | 301 | 42 | 0 | 21 | 11 | 226 | 100 | 114 |
| Binary | 10011010 | 11101001 | 11000001 | 100010 | 0 | 10001 | 1001 | 10010110 | 1000000 | 1001100 |
Color Harmonies of #9AE9C1
Complementary color
Monochromatic Colors of #9AE9C1
Black with #9AE9C1
Text Example
Text Example
White with #9AE9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AE9C1; }
p { color: rgb(154,233,193); }
H1.HeaderClassName
{
color: #9AE9C1;
}
.AnyTagClassName
{
color: #9AE9C1;
}
</style>
background-color css
<style>
a { background-color: #9AE9C1; }
a { background-color: rgb(154,233,193); }
div.DivClassName
{
background-color: #9AE9C1;
}
.BgClassName
{
background-color: #9AE9C1;
}
</style>
border-color css
<style>
span { border-color: #9AE9C1; }
span { border-color: rgb(154,233,193); }
td.TdClassName
{
border-color: #9AE9C1;
}
.TagClassName
{
border-color: #9AE9C1;
}
</style>