Shades of Celadon #ABFAB1
Tints of Celadon #ABFAB1
RGB
CMYK
RGB Variations
Color information
#ABFAB1 (or 0xABFAB1) is known color: Celadon. HEX triplet: AB, FA and B1. RGB value is (171,250,177). Sum of RGB (Red+Green+Blue) = 171+250+177=598 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.60% from 598); Green value is 250 (98.05% from 255 or 41.81% from 598); Blue value is 177 (69.53% from 255 or 29.60% from 598); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFAB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABFAB1 is #54054E. Grayscale: #DADADA. Windows color (decimal): -5506383 or 11664043. OLE color: 11664043.
HSL color Cylindrical-coordinate representation of color #ABFAB1: hue angle of 124.56º 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 #ABFAB1 is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 250 | 177 | - |
| CMYK | 0.32 | 0 | 0.29 | 0.02 |
| HSL | 124.56º | 0.89% | 0.83% | - |
| HSV(B) | 124.56º | 0.32% | 0.98% | - |
| XYZ | 58.92 | 80.2 | 53.97 | - |
| YUV | 218.06 | 104.83 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 250 | 177 | 0.32 | 0 | 0.29 | 0.02 | 124.56 | 0.89 | 0.83 |
| Hex | AB | FA | B1 | 20 | 0 | 1D | 2 | 7D | 59 | 53 |
| Octal | 253 | 372 | 261 | 40 | 0 | 35 | 2 | 175 | 131 | 123 |
| Binary | 10101011 | 11111010 | 10110001 | 100000 | 0 | 11101 | 10 | 1111101 | 1011001 | 1010011 |
Color Harmonies of #ABFAB1
Complementary color
Monochromatic Colors of #ABFAB1
Black with #ABFAB1
Text Example
Text Example
White with #ABFAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFAB1; }
p { color: rgb(171,250,177); }
H1.HeaderClassName
{
color: #ABFAB1;
}
.AnyTagClassName
{
color: #ABFAB1;
}
</style>
background-color css
<style>
a { background-color: #ABFAB1; }
a { background-color: rgb(171,250,177); }
div.DivClassName
{
background-color: #ABFAB1;
}
.BgClassName
{
background-color: #ABFAB1;
}
</style>
border-color css
<style>
span { border-color: #ABFAB1; }
span { border-color: rgb(171,250,177); }
td.TdClassName
{
border-color: #ABFAB1;
}
.TagClassName
{
border-color: #ABFAB1;
}
</style>