Shades of Celadon #ABFCAF
Tints of Celadon #ABFCAF
RGB
CMYK
RGB Variations
Color information
#ABFCAF (or 0xABFCAF) is known color: Celadon. HEX triplet: AB, FC and AF. RGB value is (171,252,175). Sum of RGB (Red+Green+Blue) = 171+252+175=598 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.60% from 598); Green value is 252 (98.83% from 255 or 42.14% from 598); Blue value is 175 (68.75% from 255 or 29.26% from 598); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFCAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABFCAF is #540350. Grayscale: #DBDBDB. Windows color (decimal): -5505873 or 11533483. OLE color: 11533483.
HSL color Cylindrical-coordinate representation of color #ABFCAF: hue angle of 122.96º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFCAF is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 252 | 175 | - |
| CMYK | 0.32 | 0 | 0.31 | 0.01 |
| HSL | 122.96º | 0.93% | 0.83% | - |
| HSV(B) | 122.96º | 0.32% | 0.99% | - |
| XYZ | 59.34 | 81.37 | 53.14 | - |
| YUV | 219 | 103.16 | 93.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 252 | 175 | 0.32 | 0 | 0.31 | 0.01 | 122.96 | 0.93 | 0.83 |
| Hex | AB | FC | AF | 20 | 0 | 1F | 1 | 7B | 5D | 53 |
| Octal | 253 | 374 | 257 | 40 | 0 | 37 | 1 | 173 | 135 | 123 |
| Binary | 10101011 | 11111100 | 10101111 | 100000 | 0 | 11111 | 1 | 1111011 | 1011101 | 1010011 |
Color Harmonies of #ABFCAF
Complementary color
Monochromatic Colors of #ABFCAF
Black with #ABFCAF
Text Example
Text Example
White with #ABFCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFCAF; }
p { color: rgb(171,252,175); }
H1.HeaderClassName
{
color: #ABFCAF;
}
.AnyTagClassName
{
color: #ABFCAF;
}
</style>
background-color css
<style>
a { background-color: #ABFCAF; }
a { background-color: rgb(171,252,175); }
div.DivClassName
{
background-color: #ABFCAF;
}
.BgClassName
{
background-color: #ABFCAF;
}
</style>
border-color css
<style>
span { border-color: #ABFCAF; }
span { border-color: rgb(171,252,175); }
td.TdClassName
{
border-color: #ABFCAF;
}
.TagClassName
{
border-color: #ABFCAF;
}
</style>