Shades of Celadon #ABDCAF
Tints of Celadon #ABDCAF
RGB
CMYK
RGB Variations
Color information
#ABDCAF (or 0xABDCAF) is known color: Celadon. HEX triplet: AB, DC and AF. RGB value is (171,220,175). Sum of RGB (Red+Green+Blue) = 171+220+175=566 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.21% from 566); Green value is 220 (86.33% from 255 or 38.87% from 566); Blue value is 175 (68.75% from 255 or 30.92% from 566); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDCAF is #542350. Grayscale: #C8C8C8. Windows color (decimal): -5514065 or 11525291. OLE color: 11525291.
HSL color Cylindrical-coordinate representation of color #ABDCAF: hue angle of 124.9º 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 #ABDCAF is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 220 | 175 | - |
| CMYK | 0.22 | 0 | 0.20 | 0.14 |
| HSL | 124.9º | 0.41% | 0.77% | - |
| HSV(B) | 124.9º | 0.22% | 0.86% | - |
| XYZ | 50.13 | 62.94 | 50.06 | - |
| YUV | 200.22 | 113.77 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 220 | 175 | 0.22 | 0 | 0.20 | 0.14 | 124.9 | 0.41 | 0.77 |
| Hex | AB | DC | AF | 16 | 0 | 14 | E | 7D | 29 | 4D |
| Octal | 253 | 334 | 257 | 26 | 0 | 24 | 16 | 175 | 51 | 115 |
| Binary | 10101011 | 11011100 | 10101111 | 10110 | 0 | 10100 | 1110 | 1111101 | 101001 | 1001101 |
Color Harmonies of #ABDCAF
Complementary color
Monochromatic Colors of #ABDCAF
Black with #ABDCAF
Text Example
Text Example
White with #ABDCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDCAF; }
p { color: rgb(171,220,175); }
H1.HeaderClassName
{
color: #ABDCAF;
}
.AnyTagClassName
{
color: #ABDCAF;
}
</style>
background-color css
<style>
a { background-color: #ABDCAF; }
a { background-color: rgb(171,220,175); }
div.DivClassName
{
background-color: #ABDCAF;
}
.BgClassName
{
background-color: #ABDCAF;
}
</style>
border-color css
<style>
span { border-color: #ABDCAF; }
span { border-color: rgb(171,220,175); }
td.TdClassName
{
border-color: #ABDCAF;
}
.TagClassName
{
border-color: #ABDCAF;
}
</style>