Shades of Celadon #ABFAB0
Tints of Celadon #ABFAB0
RGB
CMYK
RGB Variations
Color information
#ABFAB0 (or 0xABFAB0) is known color: Celadon. HEX triplet: AB, FA and B0. RGB value is (171,250,176). Sum of RGB (Red+Green+Blue) = 171+250+176=597 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.64% from 597); Green value is 250 (98.05% from 255 or 41.88% from 597); Blue value is 176 (69.14% from 255 or 29.48% from 597); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFAB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABFAB0 is #54054F. Grayscale: #DADADA. Windows color (decimal): -5506384 or 11598507. OLE color: 11598507.
HSL color Cylindrical-coordinate representation of color #ABFAB0: hue angle of 123.8º 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 #ABFAB0 is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 250 | 176 | - |
| CMYK | 0.32 | 0 | 0.30 | 0.02 |
| HSL | 123.8º | 0.89% | 0.83% | - |
| HSV(B) | 123.8º | 0.32% | 0.98% | - |
| XYZ | 58.82 | 80.16 | 53.45 | - |
| YUV | 217.94 | 104.33 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 250 | 176 | 0.32 | 0 | 0.30 | 0.02 | 123.8 | 0.89 | 0.83 |
| Hex | AB | FA | B0 | 20 | 0 | 1E | 2 | 7C | 59 | 53 |
| Octal | 253 | 372 | 260 | 40 | 0 | 36 | 2 | 174 | 131 | 123 |
| Binary | 10101011 | 11111010 | 10110000 | 100000 | 0 | 11110 | 10 | 1111100 | 1011001 | 1010011 |
Color Harmonies of #ABFAB0
Complementary color
Monochromatic Colors of #ABFAB0
Black with #ABFAB0
Text Example
Text Example
White with #ABFAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFAB0; }
p { color: rgb(171,250,176); }
H1.HeaderClassName
{
color: #ABFAB0;
}
.AnyTagClassName
{
color: #ABFAB0;
}
</style>
background-color css
<style>
a { background-color: #ABFAB0; }
a { background-color: rgb(171,250,176); }
div.DivClassName
{
background-color: #ABFAB0;
}
.BgClassName
{
background-color: #ABFAB0;
}
</style>
border-color css
<style>
span { border-color: #ABFAB0; }
span { border-color: rgb(171,250,176); }
td.TdClassName
{
border-color: #ABFAB0;
}
.TagClassName
{
border-color: #ABFAB0;
}
</style>