Shades of Magic Mint #ABEDD0
Tints of Magic Mint #ABEDD0
RGB
CMYK
RGB Variations
Color information
#ABEDD0 (or 0xABEDD0) is known color: Magic Mint. HEX triplet: AB, ED and D0. RGB value is (171,237,208). Sum of RGB (Red+Green+Blue) = 171+237+208=616 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.76% from 616); Green value is 237 (92.97% from 255 or 38.47% from 616); Blue value is 208 (81.64% from 255 or 33.77% from 616); Max value from RGB is 237 - color contains mainly: green. Hex color #ABEDD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEDD0 is #54122F. Grayscale: #D6D6D6. Windows color (decimal): -5509680 or 13692331. OLE color: 13692331.
HSL color Cylindrical-coordinate representation of color #ABEDD0: hue angle of 153.64º degrees, saturation: 0.65, 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 #ABEDD0 is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 237 | 208 | - |
| CMYK | 0.28 | 0 | 0.12 | 0.07 |
| HSL | 153.64º | 0.65% | 0.8% | - |
| HSV(B) | 153.64º | 0.28% | 0.93% | - |
| XYZ | 58.46 | 73.78 | 70.83 | - |
| YUV | 213.96 | 124.63 | 97.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 237 | 208 | 0.28 | 0 | 0.12 | 0.07 | 153.64 | 0.65 | 0.8 |
| Hex | AB | ED | D0 | 1C | 0 | C | 7 | 9A | 41 | 50 |
| Octal | 253 | 355 | 320 | 34 | 0 | 14 | 7 | 232 | 101 | 120 |
| Binary | 10101011 | 11101101 | 11010000 | 11100 | 0 | 1100 | 111 | 10011010 | 1000001 | 1010000 |
Color Harmonies of #ABEDD0
Complementary color
Monochromatic Colors of #ABEDD0
Black with #ABEDD0
Text Example
Text Example
White with #ABEDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEDD0; }
p { color: rgb(171,237,208); }
H1.HeaderClassName
{
color: #ABEDD0;
}
.AnyTagClassName
{
color: #ABEDD0;
}
</style>
background-color css
<style>
a { background-color: #ABEDD0; }
a { background-color: rgb(171,237,208); }
div.DivClassName
{
background-color: #ABEDD0;
}
.BgClassName
{
background-color: #ABEDD0;
}
</style>
border-color css
<style>
span { border-color: #ABEDD0; }
span { border-color: rgb(171,237,208); }
td.TdClassName
{
border-color: #ABEDD0;
}
.TagClassName
{
border-color: #ABEDD0;
}
</style>