Shades of Magic Mint #9AEDD0
Tints of Magic Mint #9AEDD0
RGB
CMYK
RGB Variations
Color information
#9AEDD0 (or 0x9AEDD0) is known color: Magic Mint. HEX triplet: 9A, ED and D0. RGB value is (154,237,208). Sum of RGB (Red+Green+Blue) = 154+237+208=599 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.71% from 599); Green value is 237 (92.97% from 255 or 39.57% from 599); Blue value is 208 (81.64% from 255 or 34.72% from 599); Max value from RGB is 237 - color contains mainly: green. Hex color #9AEDD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEDD0 is #65122F. Grayscale: #D0D0D0. Windows color (decimal): -6623792 or 13692314. OLE color: 13692314.
HSL color Cylindrical-coordinate representation of color #9AEDD0: hue angle of 159.04º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9AEDD0 is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 237 | 208 | - |
| CMYK | 0.35 | 0 | 0.12 | 0.07 |
| HSL | 159.04º | 0.7% | 0.77% | - |
| HSV(B) | 159.04º | 0.35% | 0.93% | - |
| XYZ | 55 | 71.99 | 70.67 | - |
| YUV | 208.88 | 127.5 | 88.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 237 | 208 | 0.35 | 0 | 0.12 | 0.07 | 159.04 | 0.7 | 0.77 |
| Hex | 9A | ED | D0 | 23 | 0 | C | 7 | 9F | 46 | 4D |
| Octal | 232 | 355 | 320 | 43 | 0 | 14 | 7 | 237 | 106 | 115 |
| Binary | 10011010 | 11101101 | 11010000 | 100011 | 0 | 1100 | 111 | 10011111 | 1000110 | 1001101 |
Color Harmonies of #9AEDD0
Complementary color
Monochromatic Colors of #9AEDD0
Black with #9AEDD0
Text Example
Text Example
White with #9AEDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AEDD0; }
p { color: rgb(154,237,208); }
H1.HeaderClassName
{
color: #9AEDD0;
}
.AnyTagClassName
{
color: #9AEDD0;
}
</style>
background-color css
<style>
a { background-color: #9AEDD0; }
a { background-color: rgb(154,237,208); }
div.DivClassName
{
background-color: #9AEDD0;
}
.BgClassName
{
background-color: #9AEDD0;
}
</style>
border-color css
<style>
span { border-color: #9AEDD0; }
span { border-color: rgb(154,237,208); }
td.TdClassName
{
border-color: #9AEDD0;
}
.TagClassName
{
border-color: #9AEDD0;
}
</style>