Shades of Celadon #ABFAB2
Tints of Celadon #ABFAB2
RGB
CMYK
RGB Variations
Color information
#ABFAB2 (or 0xABFAB2) is known color: Celadon. HEX triplet: AB, FA and B2. RGB value is (171,250,178). Sum of RGB (Red+Green+Blue) = 171+250+178=599 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.55% from 599); Green value is 250 (98.05% from 255 or 41.74% from 599); Blue value is 178 (69.92% from 255 or 29.72% from 599); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFAB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABFAB2 is #54054D. Grayscale: #DADADA. Windows color (decimal): -5506382 or 11729579. OLE color: 11729579.
HSL color Cylindrical-coordinate representation of color #ABFAB2: hue angle of 125.32º 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 #ABFAB2 is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 250 | 178 | - |
| CMYK | 0.32 | 0 | 0.29 | 0.02 |
| HSL | 125.32º | 0.89% | 0.83% | - |
| HSV(B) | 125.32º | 0.32% | 0.98% | - |
| XYZ | 59.02 | 80.24 | 54.5 | - |
| YUV | 218.17 | 105.33 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 250 | 178 | 0.32 | 0 | 0.29 | 0.02 | 125.32 | 0.89 | 0.83 |
| Hex | AB | FA | B2 | 20 | 0 | 1D | 2 | 7D | 59 | 53 |
| Octal | 253 | 372 | 262 | 40 | 0 | 35 | 2 | 175 | 131 | 123 |
| Binary | 10101011 | 11111010 | 10110010 | 100000 | 0 | 11101 | 10 | 1111101 | 1011001 | 1010011 |
Color Harmonies of #ABFAB2
Complementary color
Monochromatic Colors of #ABFAB2
Black with #ABFAB2
Text Example
Text Example
White with #ABFAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFAB2; }
p { color: rgb(171,250,178); }
H1.HeaderClassName
{
color: #ABFAB2;
}
.AnyTagClassName
{
color: #ABFAB2;
}
</style>
background-color css
<style>
a { background-color: #ABFAB2; }
a { background-color: rgb(171,250,178); }
div.DivClassName
{
background-color: #ABFAB2;
}
.BgClassName
{
background-color: #ABFAB2;
}
</style>
border-color css
<style>
span { border-color: #ABFAB2; }
span { border-color: rgb(171,250,178); }
td.TdClassName
{
border-color: #ABFAB2;
}
.TagClassName
{
border-color: #ABFAB2;
}
</style>