Shades of Celadon #ABFAB3
Tints of Celadon #ABFAB3
RGB
CMYK
RGB Variations
Color information
#ABFAB3 (or 0xABFAB3) is known color: Celadon. HEX triplet: AB, FA and B3. RGB value is (171,250,179). Sum of RGB (Red+Green+Blue) = 171+250+179=600 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.5% from 600); Green value is 250 (98.05% from 255 or 41.67% from 600); Blue value is 179 (70.31% from 255 or 29.83% from 600); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFAB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFAB3 is #54054C. Grayscale: #DADADA. Windows color (decimal): -5506381 or 11795115. OLE color: 11795115.
HSL color Cylindrical-coordinate representation of color #ABFAB3: hue angle of 126.08º 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 #ABFAB3 is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 250 | 179 | - |
| CMYK | 0.32 | 0 | 0.28 | 0.02 |
| HSL | 126.08º | 0.89% | 0.83% | - |
| HSV(B) | 126.08º | 0.32% | 0.98% | - |
| XYZ | 59.12 | 80.28 | 55.03 | - |
| YUV | 218.29 | 105.83 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 250 | 179 | 0.32 | 0 | 0.28 | 0.02 | 126.08 | 0.89 | 0.83 |
| Hex | AB | FA | B3 | 20 | 0 | 1C | 2 | 7E | 59 | 53 |
| Octal | 253 | 372 | 263 | 40 | 0 | 34 | 2 | 176 | 131 | 123 |
| Binary | 10101011 | 11111010 | 10110011 | 100000 | 0 | 11100 | 10 | 1111110 | 1011001 | 1010011 |
Color Harmonies of #ABFAB3
Complementary color
Monochromatic Colors of #ABFAB3
Black with #ABFAB3
Text Example
Text Example
White with #ABFAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFAB3; }
p { color: rgb(171,250,179); }
H1.HeaderClassName
{
color: #ABFAB3;
}
.AnyTagClassName
{
color: #ABFAB3;
}
</style>
background-color css
<style>
a { background-color: #ABFAB3; }
a { background-color: rgb(171,250,179); }
div.DivClassName
{
background-color: #ABFAB3;
}
.BgClassName
{
background-color: #ABFAB3;
}
</style>
border-color css
<style>
span { border-color: #ABFAB3; }
span { border-color: rgb(171,250,179); }
td.TdClassName
{
border-color: #ABFAB3;
}
.TagClassName
{
border-color: #ABFAB3;
}
</style>