Shades of Magic Mint #ABE0CA
Tints of Magic Mint #ABE0CA
RGB
CMYK
RGB Variations
Color information
#ABE0CA (or 0xABE0CA) is known color: Magic Mint. HEX triplet: AB, E0 and CA. RGB value is (171,224,202). Sum of RGB (Red+Green+Blue) = 171+224+202=597 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.64% from 597); Green value is 224 (87.89% from 255 or 37.52% from 597); Blue value is 202 (79.30% from 255 or 33.84% from 597); Max value from RGB is 224 - color contains mainly: green. Hex color #ABE0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE0CA is #541F35. Grayscale: #CDCDCD. Windows color (decimal): -5513014 or 13295787. OLE color: 13295787.
HSL color Cylindrical-coordinate representation of color #ABE0CA: hue angle of 155.09º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABE0CA is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 224 | 202 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.12 |
| HSL | 155.09º | 0.46% | 0.77% | - |
| HSV(B) | 155.09º | 0.24% | 0.88% | - |
| XYZ | 54.11 | 66.23 | 65.81 | - |
| YUV | 205.65 | 125.94 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 224 | 202 | 0.24 | 0 | 0.10 | 0.12 | 155.09 | 0.46 | 0.77 |
| Hex | AB | E0 | CA | 18 | 0 | A | C | 9B | 2E | 4D |
| Octal | 253 | 340 | 312 | 30 | 0 | 12 | 14 | 233 | 56 | 115 |
| Binary | 10101011 | 11100000 | 11001010 | 11000 | 0 | 1010 | 1100 | 10011011 | 101110 | 1001101 |
Color Harmonies of #ABE0CA
Complementary color
Monochromatic Colors of #ABE0CA
Black with #ABE0CA
Text Example
Text Example
White with #ABE0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE0CA; }
p { color: rgb(171,224,202); }
H1.HeaderClassName
{
color: #ABE0CA;
}
.AnyTagClassName
{
color: #ABE0CA;
}
</style>
background-color css
<style>
a { background-color: #ABE0CA; }
a { background-color: rgb(171,224,202); }
div.DivClassName
{
background-color: #ABE0CA;
}
.BgClassName
{
background-color: #ABE0CA;
}
</style>
border-color css
<style>
span { border-color: #ABE0CA; }
span { border-color: rgb(171,224,202); }
td.TdClassName
{
border-color: #ABE0CA;
}
.TagClassName
{
border-color: #ABE0CA;
}
</style>