Shades of Celadon #ABFFAF
Tints of Celadon #ABFFAF
RGB
CMYK
RGB Variations
Color information
#ABFFAF (or 0xABFFAF) is known color: Celadon. HEX triplet: AB, FF and AF. RGB value is (171,255,175). Sum of RGB (Red+Green+Blue) = 171+255+175=601 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.45% from 601); Green value is 255 (100% from 255 or 42.43% from 601); Blue value is 175 (68.75% from 255 or 29.12% from 601); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFFAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABFFAF is #540050. Grayscale: #DDDDDD. Windows color (decimal): -5505105 or 11534251. OLE color: 11534251.
HSL color Cylindrical-coordinate representation of color #ABFFAF: hue angle of 122.86º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABFFAF is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 255 | 175 | - |
| CMYK | 0.33 | 0 | 0.31 | 0 |
| HSL | 122.86º | 1% | 0.84% | - |
| HSV(B) | 122.86º | 0.33% | 1% | - |
| XYZ | 60.29 | 83.27 | 53.45 | - |
| YUV | 220.76 | 102.17 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 255 | 175 | 0.33 | 0 | 0.31 | 0 | 122.86 | 1 | 0.84 |
| Hex | AB | FF | AF | 21 | 0 | 1F | 0 | 7B | 64 | 54 |
| Octal | 253 | 377 | 257 | 41 | 0 | 37 | 0 | 173 | 144 | 124 |
| Binary | 10101011 | 11111111 | 10101111 | 100001 | 0 | 11111 | 0 | 1111011 | 1100100 | 1010100 |
Color Harmonies of #ABFFAF
Complementary color
Monochromatic Colors of #ABFFAF
Black with #ABFFAF
Text Example
Text Example
White with #ABFFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFFAF; }
p { color: rgb(171,255,175); }
H1.HeaderClassName
{
color: #ABFFAF;
}
.AnyTagClassName
{
color: #ABFFAF;
}
</style>
background-color css
<style>
a { background-color: #ABFFAF; }
a { background-color: rgb(171,255,175); }
div.DivClassName
{
background-color: #ABFFAF;
}
.BgClassName
{
background-color: #ABFFAF;
}
</style>
border-color css
<style>
span { border-color: #ABFFAF; }
span { border-color: rgb(171,255,175); }
td.TdClassName
{
border-color: #ABFFAF;
}
.TagClassName
{
border-color: #ABFFAF;
}
</style>