Shades of Magic Mint #9AEAC1
Tints of Magic Mint #9AEAC1
RGB
CMYK
RGB Variations
Color information
#9AEAC1 (or 0x9AEAC1) is known color: Magic Mint. HEX triplet: 9A, EA and C1. RGB value is (154,234,193). Sum of RGB (Red+Green+Blue) = 154+234+193=581 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.51% from 581); Green value is 234 (91.80% from 255 or 40.28% from 581); Blue value is 193 (75.78% from 255 or 33.22% from 581); Max value from RGB is 234 - color contains mainly: green. Hex color #9AEAC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEAC1 is #65153E. Grayscale: #CDCDCD. Windows color (decimal): -6624575 or 12708506. OLE color: 12708506.
HSL color Cylindrical-coordinate representation of color #9AEAC1: hue angle of 149.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 #9AEAC1 is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 234 | 193 | - |
| CMYK | 0.34 | 0 | 0.18 | 0.08 |
| HSL | 149.25º | 0.66% | 0.76% | - |
| HSV(B) | 149.25º | 0.34% | 0.92% | - |
| XYZ | 52.37 | 69.57 | 61.12 | - |
| YUV | 205.41 | 121 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 234 | 193 | 0.34 | 0 | 0.18 | 0.08 | 149.25 | 0.66 | 0.76 |
| Hex | 9A | EA | C1 | 22 | 0 | 12 | 8 | 95 | 42 | 4C |
| Octal | 232 | 352 | 301 | 42 | 0 | 22 | 10 | 225 | 102 | 114 |
| Binary | 10011010 | 11101010 | 11000001 | 100010 | 0 | 10010 | 1000 | 10010101 | 1000010 | 1001100 |
Color Harmonies of #9AEAC1
Complementary color
Monochromatic Colors of #9AEAC1
Black with #9AEAC1
Text Example
Text Example
White with #9AEAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AEAC1; }
p { color: rgb(154,234,193); }
H1.HeaderClassName
{
color: #9AEAC1;
}
.AnyTagClassName
{
color: #9AEAC1;
}
</style>
background-color css
<style>
a { background-color: #9AEAC1; }
a { background-color: rgb(154,234,193); }
div.DivClassName
{
background-color: #9AEAC1;
}
.BgClassName
{
background-color: #9AEAC1;
}
</style>
border-color css
<style>
span { border-color: #9AEAC1; }
span { border-color: rgb(154,234,193); }
td.TdClassName
{
border-color: #9AEAC1;
}
.TagClassName
{
border-color: #9AEAC1;
}
</style>