Shades of Celadon #ABDCAE
Tints of Celadon #ABDCAE
RGB
CMYK
RGB Variations
Color information
#ABDCAE (or 0xABDCAE) is known color: Celadon. HEX triplet: AB, DC and AE. RGB value is (171,220,174). Sum of RGB (Red+Green+Blue) = 171+220+174=565 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.27% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 174 (68.36% from 255 or 30.80% from 565); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDCAE is #542351. Grayscale: #C8C8C8. Windows color (decimal): -5514066 or 11459755. OLE color: 11459755.
HSL color Cylindrical-coordinate representation of color #ABDCAE: hue angle of 123.67º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABDCAE is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 220 | 174 | - |
| CMYK | 0.22 | 0 | 0.21 | 0.14 |
| HSL | 123.67º | 0.41% | 0.77% | - |
| HSV(B) | 123.67º | 0.22% | 0.86% | - |
| XYZ | 50.03 | 62.9 | 49.55 | - |
| YUV | 200.11 | 113.27 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 220 | 174 | 0.22 | 0 | 0.21 | 0.14 | 123.67 | 0.41 | 0.77 |
| Hex | AB | DC | AE | 16 | 0 | 15 | E | 7C | 29 | 4D |
| Octal | 253 | 334 | 256 | 26 | 0 | 25 | 16 | 174 | 51 | 115 |
| Binary | 10101011 | 11011100 | 10101110 | 10110 | 0 | 10101 | 1110 | 1111100 | 101001 | 1001101 |
Color Harmonies of #ABDCAE
Complementary color
Monochromatic Colors of #ABDCAE
Black with #ABDCAE
Text Example
Text Example
White with #ABDCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDCAE; }
p { color: rgb(171,220,174); }
H1.HeaderClassName
{
color: #ABDCAE;
}
.AnyTagClassName
{
color: #ABDCAE;
}
</style>
background-color css
<style>
a { background-color: #ABDCAE; }
a { background-color: rgb(171,220,174); }
div.DivClassName
{
background-color: #ABDCAE;
}
.BgClassName
{
background-color: #ABDCAE;
}
</style>
border-color css
<style>
span { border-color: #ABDCAE; }
span { border-color: rgb(171,220,174); }
td.TdClassName
{
border-color: #ABDCAE;
}
.TagClassName
{
border-color: #ABDCAE;
}
</style>