Shades of Magic Mint #ABEECE
Tints of Magic Mint #ABEECE
RGB
CMYK
RGB Variations
Color information
#ABEECE (or 0xABEECE) is known color: Magic Mint. HEX triplet: AB, EE and CE. RGB value is (171,238,206). Sum of RGB (Red+Green+Blue) = 171+238+206=615 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.80% from 615); Green value is 238 (93.36% from 255 or 38.70% from 615); Blue value is 206 (80.86% from 255 or 33.50% from 615); Max value from RGB is 238 - color contains mainly: green. Hex color #ABEECE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEECE is #541131. Grayscale: #D6D6D6. Windows color (decimal): -5509426 or 13561515. OLE color: 13561515.
HSL color Cylindrical-coordinate representation of color #ABEECE: hue angle of 151.34º 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 #ABEECE is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 238 | 206 | - |
| CMYK | 0.28 | 0 | 0.13 | 0.07 |
| HSL | 151.34º | 0.66% | 0.8% | - |
| HSV(B) | 151.34º | 0.28% | 0.93% | - |
| XYZ | 58.51 | 74.26 | 69.64 | - |
| YUV | 214.32 | 123.3 | 97.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 238 | 206 | 0.28 | 0 | 0.13 | 0.07 | 151.34 | 0.66 | 0.8 |
| Hex | AB | EE | CE | 1C | 0 | D | 7 | 97 | 42 | 50 |
| Octal | 253 | 356 | 316 | 34 | 0 | 15 | 7 | 227 | 102 | 120 |
| Binary | 10101011 | 11101110 | 11001110 | 11100 | 0 | 1101 | 111 | 10010111 | 1000010 | 1010000 |
Color Harmonies of #ABEECE
Complementary color
Monochromatic Colors of #ABEECE
Black with #ABEECE
Text Example
Text Example
White with #ABEECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEECE; }
p { color: rgb(171,238,206); }
H1.HeaderClassName
{
color: #ABEECE;
}
.AnyTagClassName
{
color: #ABEECE;
}
</style>
background-color css
<style>
a { background-color: #ABEECE; }
a { background-color: rgb(171,238,206); }
div.DivClassName
{
background-color: #ABEECE;
}
.BgClassName
{
background-color: #ABEECE;
}
</style>
border-color css
<style>
span { border-color: #ABEECE; }
span { border-color: rgb(171,238,206); }
td.TdClassName
{
border-color: #ABEECE;
}
.TagClassName
{
border-color: #ABEECE;
}
</style>