Shades of Celadon #ABFAAA
Tints of Celadon #ABFAAA
RGB
CMYK
RGB Variations
Color information
#ABFAAA (or 0xABFAAA) is known color: Celadon. HEX triplet: AB, FA and AA. RGB value is (171,250,170). Sum of RGB (Red+Green+Blue) = 171+250+170=591 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.93% from 591); Green value is 250 (98.05% from 255 or 42.30% from 591); Blue value is 170 (66.80% from 255 or 28.76% from 591); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFAAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABFAAA is #540555. Grayscale: #D9D9D9. Windows color (decimal): -5506390 or 11205291. OLE color: 11205291.
HSL color Cylindrical-coordinate representation of color #ABFAAA: hue angle of 119.25º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFAAA is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 250 | 170 | - |
| CMYK | 0.32 | 0 | 0.32 | 0.02 |
| HSL | 119.25º | 0.89% | 0.82% | - |
| HSV(B) | 119.25º | 0.32% | 0.98% | - |
| XYZ | 58.24 | 79.93 | 50.39 | - |
| YUV | 217.26 | 101.33 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 250 | 170 | 0.32 | 0 | 0.32 | 0.02 | 119.25 | 0.89 | 0.82 |
| Hex | AB | FA | AA | 20 | 0 | 20 | 2 | 77 | 59 | 52 |
| Octal | 253 | 372 | 252 | 40 | 0 | 40 | 2 | 167 | 131 | 122 |
| Binary | 10101011 | 11111010 | 10101010 | 100000 | 0 | 100000 | 10 | 1110111 | 1011001 | 1010010 |
Color Harmonies of #ABFAAA
Complementary color
Monochromatic Colors of #ABFAAA
Black with #ABFAAA
Text Example
Text Example
White with #ABFAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFAAA; }
p { color: rgb(171,250,170); }
H1.HeaderClassName
{
color: #ABFAAA;
}
.AnyTagClassName
{
color: #ABFAAA;
}
</style>
background-color css
<style>
a { background-color: #ABFAAA; }
a { background-color: rgb(171,250,170); }
div.DivClassName
{
background-color: #ABFAAA;
}
.BgClassName
{
background-color: #ABFAAA;
}
</style>
border-color css
<style>
span { border-color: #ABFAAA; }
span { border-color: rgb(171,250,170); }
td.TdClassName
{
border-color: #ABFAAA;
}
.TagClassName
{
border-color: #ABFAAA;
}
</style>