Shades of Magic Mint #ABEECB
Tints of Magic Mint #ABEECB
RGB
CMYK
RGB Variations
Color information
#ABEECB (or 0xABEECB) is known color: Magic Mint. HEX triplet: AB, EE and CB. RGB value is (171,238,203). Sum of RGB (Red+Green+Blue) = 171+238+203=612 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.94% from 612); Green value is 238 (93.36% from 255 or 38.89% from 612); Blue value is 203 (79.69% from 255 or 33.17% from 612); Max value from RGB is 238 - color contains mainly: green. Hex color #ABEECB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEECB is #541134. Grayscale: #D6D6D6. Windows color (decimal): -5509429 or 13364907. OLE color: 13364907.
HSL color Cylindrical-coordinate representation of color #ABEECB: hue angle of 148.66º 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 #ABEECB is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 238 | 203 | - |
| CMYK | 0.28 | 0 | 0.15 | 0.07 |
| HSL | 148.66º | 0.66% | 0.8% | - |
| HSV(B) | 148.66º | 0.28% | 0.93% | - |
| XYZ | 58.15 | 74.12 | 67.74 | - |
| YUV | 213.98 | 121.8 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 238 | 203 | 0.28 | 0 | 0.15 | 0.07 | 148.66 | 0.66 | 0.8 |
| Hex | AB | EE | CB | 1C | 0 | F | 7 | 95 | 42 | 50 |
| Octal | 253 | 356 | 313 | 34 | 0 | 17 | 7 | 225 | 102 | 120 |
| Binary | 10101011 | 11101110 | 11001011 | 11100 | 0 | 1111 | 111 | 10010101 | 1000010 | 1010000 |
Color Harmonies of #ABEECB
Complementary color
Monochromatic Colors of #ABEECB
Black with #ABEECB
Text Example
Text Example
White with #ABEECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEECB; }
p { color: rgb(171,238,203); }
H1.HeaderClassName
{
color: #ABEECB;
}
.AnyTagClassName
{
color: #ABEECB;
}
</style>
background-color css
<style>
a { background-color: #ABEECB; }
a { background-color: rgb(171,238,203); }
div.DivClassName
{
background-color: #ABEECB;
}
.BgClassName
{
background-color: #ABEECB;
}
</style>
border-color css
<style>
span { border-color: #ABEECB; }
span { border-color: rgb(171,238,203); }
td.TdClassName
{
border-color: #ABEECB;
}
.TagClassName
{
border-color: #ABEECB;
}
</style>