Shades of Celadon #ABE2B0
Tints of Celadon #ABE2B0
RGB
CMYK
RGB Variations
Color information
#ABE2B0 (or 0xABE2B0) is known color: Celadon. HEX triplet: AB, E2 and B0. RGB value is (171,226,176). Sum of RGB (Red+Green+Blue) = 171+226+176=573 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.84% from 573); Green value is 226 (88.67% from 255 or 39.44% from 573); Blue value is 176 (69.14% from 255 or 30.72% from 573); Max value from RGB is 226 - color contains mainly: green. Hex color #ABE2B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABE2B0 is #541D4F. Grayscale: #CCCCCC. Windows color (decimal): -5512528 or 11592363. OLE color: 11592363.
HSL color Cylindrical-coordinate representation of color #ABE2B0: hue angle of 125.45º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABE2B0 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
RGB | 171 | 226 | 176 | - |
CMYK | 0.24 | 0 | 0.22 | 0.11 |
HSL | 125.45º | 0.49% | 0.78% | - |
HSV(B) | 125.45º | 0.24% | 0.89% | - |
XYZ | 51.83 | 66.19 | 51.12 | - |
YUV | 203.86 | 112.28 | 104.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 226 | 176 | 0.24 | 0 | 0.22 | 0.11 | 125.45 | 0.49 | 0.78 |
Hex | AB | E2 | B0 | 18 | 0 | 16 | B | 7D | 31 | 4E |
Octal | 253 | 342 | 260 | 30 | 0 | 26 | 13 | 175 | 61 | 116 |
Binary | 10101011 | 11100010 | 10110000 | 11000 | 0 | 10110 | 1011 | 1111101 | 110001 | 1001110 |
Color Harmonies of #ABE2B0
Complementary color
Monochromatic Colors of #ABE2B0
Black with #ABE2B0
Text Example
Text Example
White with #ABE2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE2B0; }
p { color: rgb(171,226,176); }
H1.HeaderClassName
{
color: #ABE2B0;
}
.AnyTagClassName
{
color: #ABE2B0;
}
</style>
background-color css
<style>
a { background-color: #ABE2B0; }
a { background-color: rgb(171,226,176); }
div.DivClassName
{
background-color: #ABE2B0;
}
.BgClassName
{
background-color: #ABE2B0;
}
</style>
border-color css
<style>
span { border-color: #ABE2B0; }
span { border-color: rgb(171,226,176); }
td.TdClassName
{
border-color: #ABE2B0;
}
.TagClassName
{
border-color: #ABE2B0;
}
</style>