Shades of Celadon #ABDFB4
Tints of Celadon #ABDFB4
RGB
CMYK
RGB Variations
Color information
#ABDFB4 (or 0xABDFB4) is known color: Celadon. HEX triplet: AB, DF and B4. RGB value is (171,223,180). Sum of RGB (Red+Green+Blue) = 171+223+180=574 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.79% from 574); Green value is 223 (87.5% from 255 or 38.85% from 574); Blue value is 180 (70.70% from 255 or 31.36% from 574); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDFB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDFB4 is #54204B. Grayscale: #CACACA. Windows color (decimal): -5513292 or 11853739. OLE color: 11853739.
HSL color Cylindrical-coordinate representation of color #ABDFB4: hue angle of 130.38º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABDFB4 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 223 | 180 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.13 |
| HSL | 130.38º | 0.45% | 0.77% | - |
| HSV(B) | 130.38º | 0.23% | 0.87% | - |
| XYZ | 51.42 | 64.73 | 52.96 | - |
| YUV | 202.55 | 115.27 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 180 | 0.23 | 0 | 0.19 | 0.13 | 130.38 | 0.45 | 0.77 |
| Hex | AB | DF | B4 | 17 | 0 | 13 | D | 82 | 2D | 4D |
| Octal | 253 | 337 | 264 | 27 | 0 | 23 | 15 | 202 | 55 | 115 |
| Binary | 10101011 | 11011111 | 10110100 | 10111 | 0 | 10011 | 1101 | 10000010 | 101101 | 1001101 |
Color Harmonies of #ABDFB4
Complementary color
Monochromatic Colors of #ABDFB4
Black with #ABDFB4
Text Example
Text Example
White with #ABDFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDFB4; }
p { color: rgb(171,223,180); }
H1.HeaderClassName
{
color: #ABDFB4;
}
.AnyTagClassName
{
color: #ABDFB4;
}
</style>
background-color css
<style>
a { background-color: #ABDFB4; }
a { background-color: rgb(171,223,180); }
div.DivClassName
{
background-color: #ABDFB4;
}
.BgClassName
{
background-color: #ABDFB4;
}
</style>
border-color css
<style>
span { border-color: #ABDFB4; }
span { border-color: rgb(171,223,180); }
td.TdClassName
{
border-color: #ABDFB4;
}
.TagClassName
{
border-color: #ABDFB4;
}
</style>