Shades of Celadon #ABDEAF
Tints of Celadon #ABDEAF
RGB
CMYK
RGB Variations
Color information
#ABDEAF (or 0xABDEAF) is known color: Celadon. HEX triplet: AB, DE and AF. RGB value is (171,222,175). Sum of RGB (Red+Green+Blue) = 171+222+175=568 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.11% from 568); Green value is 222 (87.11% from 255 or 39.08% from 568); Blue value is 175 (68.75% from 255 or 30.81% from 568); Max value from RGB is 222 - color contains mainly: green. Hex color #ABDEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDEAF is #542150. Grayscale: #C9C9C9. Windows color (decimal): -5513553 or 11525803. OLE color: 11525803.
HSL color Cylindrical-coordinate representation of color #ABDEAF: hue angle of 124.71º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABDEAF is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 222 | 175 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.13 |
| HSL | 124.71º | 0.44% | 0.77% | - |
| HSV(B) | 124.71º | 0.23% | 0.87% | - |
| XYZ | 50.65 | 64 | 50.24 | - |
| YUV | 201.39 | 113.1 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 222 | 175 | 0.23 | 0 | 0.21 | 0.13 | 124.71 | 0.44 | 0.77 |
| Hex | AB | DE | AF | 17 | 0 | 15 | D | 7D | 2C | 4D |
| Octal | 253 | 336 | 257 | 27 | 0 | 25 | 15 | 175 | 54 | 115 |
| Binary | 10101011 | 11011110 | 10101111 | 10111 | 0 | 10101 | 1101 | 1111101 | 101100 | 1001101 |
Color Harmonies of #ABDEAF
Complementary color
Monochromatic Colors of #ABDEAF
Black with #ABDEAF
Text Example
Text Example
White with #ABDEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDEAF; }
p { color: rgb(171,222,175); }
H1.HeaderClassName
{
color: #ABDEAF;
}
.AnyTagClassName
{
color: #ABDEAF;
}
</style>
background-color css
<style>
a { background-color: #ABDEAF; }
a { background-color: rgb(171,222,175); }
div.DivClassName
{
background-color: #ABDEAF;
}
.BgClassName
{
background-color: #ABDEAF;
}
</style>
border-color css
<style>
span { border-color: #ABDEAF; }
span { border-color: rgb(171,222,175); }
td.TdClassName
{
border-color: #ABDEAF;
}
.TagClassName
{
border-color: #ABDEAF;
}
</style>