Shades of Magic Mint #9AEAC9
Tints of Magic Mint #9AEAC9
RGB
CMYK
RGB Variations
Color information
#9AEAC9 (or 0x9AEAC9) is known color: Magic Mint. HEX triplet: 9A, EA and C9. RGB value is (154,234,201). Sum of RGB (Red+Green+Blue) = 154+234+201=589 (78% of max value = 765). Red value is 154 (60.55% from 255 or 26.15% from 589); Green value is 234 (91.80% from 255 or 39.73% from 589); Blue value is 201 (78.91% from 255 or 34.13% from 589); Max value from RGB is 234 - color contains mainly: green. Hex color #9AEAC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEAC9 is #651536. Grayscale: #CECECE. Windows color (decimal): -6624567 or 13232794. OLE color: 13232794.
HSL color Cylindrical-coordinate representation of color #9AEAC9: hue angle of 155.25º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AEAC9 is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 234 | 201 | - |
| CMYK | 0.34 | 0 | 0.14 | 0.08 |
| HSL | 155.25º | 0.66% | 0.76% | - |
| HSV(B) | 155.25º | 0.34% | 0.92% | - |
| XYZ | 53.29 | 69.93 | 65.95 | - |
| YUV | 206.32 | 125 | 90.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 234 | 201 | 0.34 | 0 | 0.14 | 0.08 | 155.25 | 0.66 | 0.76 |
| Hex | 9A | EA | C9 | 22 | 0 | E | 8 | 9B | 42 | 4C |
| Octal | 232 | 352 | 311 | 42 | 0 | 16 | 10 | 233 | 102 | 114 |
| Binary | 10011010 | 11101010 | 11001001 | 100010 | 0 | 1110 | 1000 | 10011011 | 1000010 | 1001100 |
Color Harmonies of #9AEAC9
Complementary color
Monochromatic Colors of #9AEAC9
Black with #9AEAC9
Text Example
Text Example
White with #9AEAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AEAC9; }
p { color: rgb(154,234,201); }
H1.HeaderClassName
{
color: #9AEAC9;
}
.AnyTagClassName
{
color: #9AEAC9;
}
</style>
background-color css
<style>
a { background-color: #9AEAC9; }
a { background-color: rgb(154,234,201); }
div.DivClassName
{
background-color: #9AEAC9;
}
.BgClassName
{
background-color: #9AEAC9;
}
</style>
border-color css
<style>
span { border-color: #9AEAC9; }
span { border-color: rgb(154,234,201); }
td.TdClassName
{
border-color: #9AEAC9;
}
.TagClassName
{
border-color: #9AEAC9;
}
</style>