Shades of Magic Mint #ABEED0
Tints of Magic Mint #ABEED0
RGB
CMYK
RGB Variations
Color information
#ABEED0 (or 0xABEED0) is known color: Magic Mint. HEX triplet: AB, EE and D0. RGB value is (171,238,208). Sum of RGB (Red+Green+Blue) = 171+238+208=617 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.71% from 617); Green value is 238 (93.36% from 255 or 38.57% from 617); Blue value is 208 (81.64% from 255 or 33.71% from 617); Max value from RGB is 238 - color contains mainly: green. Hex color #ABEED0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEED0 is #54112F. Grayscale: #D6D6D6. Windows color (decimal): -5509424 or 13692587. OLE color: 13692587.
HSL color Cylindrical-coordinate representation of color #ABEED0: hue angle of 153.13º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABEED0 is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 238 | 208 | - |
| CMYK | 0.28 | 0 | 0.13 | 0.07 |
| HSL | 153.13º | 0.66% | 0.8% | - |
| HSV(B) | 153.13º | 0.28% | 0.93% | - |
| XYZ | 58.75 | 74.36 | 70.93 | - |
| YUV | 214.55 | 124.3 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 238 | 208 | 0.28 | 0 | 0.13 | 0.07 | 153.13 | 0.66 | 0.8 |
| Hex | AB | EE | D0 | 1C | 0 | D | 7 | 99 | 42 | 50 |
| Octal | 253 | 356 | 320 | 34 | 0 | 15 | 7 | 231 | 102 | 120 |
| Binary | 10101011 | 11101110 | 11010000 | 11100 | 0 | 1101 | 111 | 10011001 | 1000010 | 1010000 |
Color Harmonies of #ABEED0
Complementary color
Monochromatic Colors of #ABEED0
Black with #ABEED0
Text Example
Text Example
White with #ABEED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEED0; }
p { color: rgb(171,238,208); }
H1.HeaderClassName
{
color: #ABEED0;
}
.AnyTagClassName
{
color: #ABEED0;
}
</style>
background-color css
<style>
a { background-color: #ABEED0; }
a { background-color: rgb(171,238,208); }
div.DivClassName
{
background-color: #ABEED0;
}
.BgClassName
{
background-color: #ABEED0;
}
</style>
border-color css
<style>
span { border-color: #ABEED0; }
span { border-color: rgb(171,238,208); }
td.TdClassName
{
border-color: #ABEED0;
}
.TagClassName
{
border-color: #ABEED0;
}
</style>