Shades of Celadon #ABFAB4
Tints of Celadon #ABFAB4
RGB
CMYK
RGB Variations
Color information
#ABFAB4 (or 0xABFAB4) is known color: Celadon. HEX triplet: AB, FA and B4. RGB value is (171,250,180). Sum of RGB (Red+Green+Blue) = 171+250+180=601 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.45% from 601); Green value is 250 (98.05% from 255 or 41.60% from 601); Blue value is 180 (70.70% from 255 or 29.95% from 601); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFAB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFAB4 is #54054B. Grayscale: #DADADA. Windows color (decimal): -5506380 or 11860651. OLE color: 11860651.
HSL color Cylindrical-coordinate representation of color #ABFAB4: hue angle of 126.84º 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 #ABFAB4 is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 250 | 180 | - |
| CMYK | 0.32 | 0 | 0.28 | 0.02 |
| HSL | 126.84º | 0.89% | 0.83% | - |
| HSV(B) | 126.84º | 0.32% | 0.98% | - |
| XYZ | 59.22 | 80.32 | 55.56 | - |
| YUV | 218.4 | 106.33 | 94.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 250 | 180 | 0.32 | 0 | 0.28 | 0.02 | 126.84 | 0.89 | 0.83 |
| Hex | AB | FA | B4 | 20 | 0 | 1C | 2 | 7F | 59 | 53 |
| Octal | 253 | 372 | 264 | 40 | 0 | 34 | 2 | 177 | 131 | 123 |
| Binary | 10101011 | 11111010 | 10110100 | 100000 | 0 | 11100 | 10 | 1111111 | 1011001 | 1010011 |
Color Harmonies of #ABFAB4
Complementary color
Monochromatic Colors of #ABFAB4
Black with #ABFAB4
Text Example
Text Example
White with #ABFAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFAB4; }
p { color: rgb(171,250,180); }
H1.HeaderClassName
{
color: #ABFAB4;
}
.AnyTagClassName
{
color: #ABFAB4;
}
</style>
background-color css
<style>
a { background-color: #ABFAB4; }
a { background-color: rgb(171,250,180); }
div.DivClassName
{
background-color: #ABFAB4;
}
.BgClassName
{
background-color: #ABFAB4;
}
</style>
border-color css
<style>
span { border-color: #ABFAB4; }
span { border-color: rgb(171,250,180); }
td.TdClassName
{
border-color: #ABFAB4;
}
.TagClassName
{
border-color: #ABFAB4;
}
</style>