Shades of Celadon #ABFAB5
Tints of Celadon #ABFAB5
RGB
CMYK
RGB Variations
Color information
#ABFAB5 (or 0xABFAB5) is known color: Celadon. HEX triplet: AB, FA and B5. RGB value is (171,250,181). Sum of RGB (Red+Green+Blue) = 171+250+181=602 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.41% from 602); Green value is 250 (98.05% from 255 or 41.53% from 602); Blue value is 181 (71.09% from 255 or 30.07% from 602); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFAB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFAB5 is #54054A. Grayscale: #DADADA. Windows color (decimal): -5506379 or 11926187. OLE color: 11926187.
HSL color Cylindrical-coordinate representation of color #ABFAB5: hue angle of 127.59º 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 #ABFAB5 is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 250 | 181 | - |
| CMYK | 0.32 | 0 | 0.28 | 0.02 |
| HSL | 127.59º | 0.89% | 0.83% | - |
| HSV(B) | 127.59º | 0.32% | 0.98% | - |
| XYZ | 59.32 | 80.37 | 56.1 | - |
| YUV | 218.51 | 106.83 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 250 | 181 | 0.32 | 0 | 0.28 | 0.02 | 127.59 | 0.89 | 0.83 |
| Hex | AB | FA | B5 | 20 | 0 | 1C | 2 | 80 | 59 | 53 |
| Octal | 253 | 372 | 265 | 40 | 0 | 34 | 2 | 200 | 131 | 123 |
| Binary | 10101011 | 11111010 | 10110101 | 100000 | 0 | 11100 | 10 | 10000000 | 1011001 | 1010011 |
Color Harmonies of #ABFAB5
Complementary color
Monochromatic Colors of #ABFAB5
Black with #ABFAB5
Text Example
Text Example
White with #ABFAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFAB5; }
p { color: rgb(171,250,181); }
H1.HeaderClassName
{
color: #ABFAB5;
}
.AnyTagClassName
{
color: #ABFAB5;
}
</style>
background-color css
<style>
a { background-color: #ABFAB5; }
a { background-color: rgb(171,250,181); }
div.DivClassName
{
background-color: #ABFAB5;
}
.BgClassName
{
background-color: #ABFAB5;
}
</style>
border-color css
<style>
span { border-color: #ABFAB5; }
span { border-color: rgb(171,250,181); }
td.TdClassName
{
border-color: #ABFAB5;
}
.TagClassName
{
border-color: #ABFAB5;
}
</style>