Shades of Magic Mint #9AEAD3
Tints of Magic Mint #9AEAD3
RGB
CMYK
RGB Variations
Color information
#9AEAD3 (or 0x9AEAD3) is known color: Magic Mint. HEX triplet: 9A, EA and D3. RGB value is (154,234,211). Sum of RGB (Red+Green+Blue) = 154+234+211=599 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.71% from 599); Green value is 234 (91.80% from 255 or 39.07% from 599); Blue value is 211 (82.81% from 255 or 35.23% from 599); Max value from RGB is 234 - color contains mainly: green. Hex color #9AEAD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEAD3 is #65152C. Grayscale: #CFCFCF. Windows color (decimal): -6624557 or 13888154. OLE color: 13888154.
HSL color Cylindrical-coordinate representation of color #9AEAD3: hue angle of 162.75º 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 #9AEAD3 is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 234 | 211 | - |
| CMYK | 0.34 | 0 | 0.10 | 0.08 |
| HSL | 162.75º | 0.66% | 0.76% | - |
| HSV(B) | 162.75º | 0.34% | 0.92% | - |
| XYZ | 54.51 | 70.42 | 72.35 | - |
| YUV | 207.46 | 130 | 89.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 234 | 211 | 0.34 | 0 | 0.10 | 0.08 | 162.75 | 0.66 | 0.76 |
| Hex | 9A | EA | D3 | 22 | 0 | A | 8 | A3 | 42 | 4C |
| Octal | 232 | 352 | 323 | 42 | 0 | 12 | 10 | 243 | 102 | 114 |
| Binary | 10011010 | 11101010 | 11010011 | 100010 | 0 | 1010 | 1000 | 10100011 | 1000010 | 1001100 |
Color Harmonies of #9AEAD3
Complementary color
Monochromatic Colors of #9AEAD3
Black with #9AEAD3
Text Example
Text Example
White with #9AEAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AEAD3; }
p { color: rgb(154,234,211); }
H1.HeaderClassName
{
color: #9AEAD3;
}
.AnyTagClassName
{
color: #9AEAD3;
}
</style>
background-color css
<style>
a { background-color: #9AEAD3; }
a { background-color: rgb(154,234,211); }
div.DivClassName
{
background-color: #9AEAD3;
}
.BgClassName
{
background-color: #9AEAD3;
}
</style>
border-color css
<style>
span { border-color: #9AEAD3; }
span { border-color: rgb(154,234,211); }
td.TdClassName
{
border-color: #9AEAD3;
}
.TagClassName
{
border-color: #9AEAD3;
}
</style>