Shades of Celadon #ABFAAF
Tints of Celadon #ABFAAF
RGB
CMYK
RGB Variations
Color information
#ABFAAF (or 0xABFAAF) is known color: Celadon. HEX triplet: AB, FA and AF. RGB value is (171,250,175). Sum of RGB (Red+Green+Blue) = 171+250+175=596 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.69% from 596); Green value is 250 (98.05% from 255 or 41.95% from 596); Blue value is 175 (68.75% from 255 or 29.36% from 596); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFAAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABFAAF is #540550. Grayscale: #DADADA. Windows color (decimal): -5506385 or 11532971. OLE color: 11532971.
HSL color Cylindrical-coordinate representation of color #ABFAAF: hue angle of 123.04º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFAAF is Cyan = 0.32, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 250 | 175 | - |
| CMYK | 0.32 | 0 | 0.3 | 0.02 |
| HSL | 123.04º | 0.89% | 0.83% | - |
| HSV(B) | 123.04º | 0.32% | 0.98% | - |
| XYZ | 58.72 | 80.12 | 52.93 | - |
| YUV | 217.83 | 103.83 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 250 | 175 | 0.32 | 0 | 0.3 | 0.02 | 123.04 | 0.89 | 0.83 |
| Hex | AB | FA | AF | 20 | 0 | 1E | 2 | 7B | 59 | 53 |
| Octal | 253 | 372 | 257 | 40 | 0 | 36 | 2 | 173 | 131 | 123 |
| Binary | 10101011 | 11111010 | 10101111 | 100000 | 0 | 11110 | 10 | 1111011 | 1011001 | 1010011 |
Color Harmonies of #ABFAAF
Complementary color
Monochromatic Colors of #ABFAAF
Black with #ABFAAF
Text Example
Text Example
White with #ABFAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFAAF; }
p { color: rgb(171,250,175); }
H1.HeaderClassName
{
color: #ABFAAF;
}
.AnyTagClassName
{
color: #ABFAAF;
}
</style>
background-color css
<style>
a { background-color: #ABFAAF; }
a { background-color: rgb(171,250,175); }
div.DivClassName
{
background-color: #ABFAAF;
}
.BgClassName
{
background-color: #ABFAAF;
}
</style>
border-color css
<style>
span { border-color: #ABFAAF; }
span { border-color: rgb(171,250,175); }
td.TdClassName
{
border-color: #ABFAAF;
}
.TagClassName
{
border-color: #ABFAAF;
}
</style>