Shades of Celadon #ABE0AE
Tints of Celadon #ABE0AE
RGB
CMYK
RGB Variations
Color information
#ABE0AE (or 0xABE0AE) is known color: Celadon. HEX triplet: AB, E0 and AE. RGB value is (171,224,174). Sum of RGB (Red+Green+Blue) = 171+224+174=569 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.05% from 569); Green value is 224 (87.89% from 255 or 39.37% from 569); Blue value is 174 (68.36% from 255 or 30.58% from 569); Max value from RGB is 224 - color contains mainly: green. Hex color #ABE0AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABE0AE is #541F51. Grayscale: #CACACA. Windows color (decimal): -5513042 or 11460779. OLE color: 11460779.
HSL color Cylindrical-coordinate representation of color #ABE0AE: hue angle of 123.4º 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 #ABE0AE is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 224 | 174 | - |
| CMYK | 0.24 | 0 | 0.22 | 0.12 |
| HSL | 123.4º | 0.46% | 0.77% | - |
| HSV(B) | 123.4º | 0.24% | 0.88% | - |
| XYZ | 51.09 | 65.03 | 49.9 | - |
| YUV | 202.45 | 111.94 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 224 | 174 | 0.24 | 0 | 0.22 | 0.12 | 123.4 | 0.46 | 0.77 |
| Hex | AB | E0 | AE | 18 | 0 | 16 | C | 7B | 2E | 4D |
| Octal | 253 | 340 | 256 | 30 | 0 | 26 | 14 | 173 | 56 | 115 |
| Binary | 10101011 | 11100000 | 10101110 | 11000 | 0 | 10110 | 1100 | 1111011 | 101110 | 1001101 |
Color Harmonies of #ABE0AE
Complementary color
Monochromatic Colors of #ABE0AE
Black with #ABE0AE
Text Example
Text Example
White with #ABE0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE0AE; }
p { color: rgb(171,224,174); }
H1.HeaderClassName
{
color: #ABE0AE;
}
.AnyTagClassName
{
color: #ABE0AE;
}
</style>
background-color css
<style>
a { background-color: #ABE0AE; }
a { background-color: rgb(171,224,174); }
div.DivClassName
{
background-color: #ABE0AE;
}
.BgClassName
{
background-color: #ABE0AE;
}
</style>
border-color css
<style>
span { border-color: #ABE0AE; }
span { border-color: rgb(171,224,174); }
td.TdClassName
{
border-color: #ABE0AE;
}
.TagClassName
{
border-color: #ABE0AE;
}
</style>