Shades of Celadon #ABDAB1
Tints of Celadon #ABDAB1
RGB
CMYK
RGB Variations
Color information
#ABDAB1 (or 0xABDAB1) is known color: Celadon. HEX triplet: AB, DA and B1. RGB value is (171,218,177). Sum of RGB (Red+Green+Blue) = 171+218+177=566 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.21% from 566); Green value is 218 (85.55% from 255 or 38.52% from 566); Blue value is 177 (69.53% from 255 or 31.27% from 566); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDAB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDAB1 is #54254E. Grayscale: #C7C7C7. Windows color (decimal): -5514575 or 11655851. OLE color: 11655851.
HSL color Cylindrical-coordinate representation of color #ABDAB1: hue angle of 127.66º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABDAB1 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 218 | 177 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.15 |
| HSL | 127.66º | 0.39% | 0.76% | - |
| HSV(B) | 127.66º | 0.22% | 0.85% | - |
| XYZ | 49.8 | 61.98 | 50.93 | - |
| YUV | 199.27 | 115.43 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 218 | 177 | 0.22 | 0 | 0.19 | 0.15 | 127.66 | 0.39 | 0.76 |
| Hex | AB | DA | B1 | 16 | 0 | 13 | F | 80 | 27 | 4C |
| Octal | 253 | 332 | 261 | 26 | 0 | 23 | 17 | 200 | 47 | 114 |
| Binary | 10101011 | 11011010 | 10110001 | 10110 | 0 | 10011 | 1111 | 10000000 | 100111 | 1001100 |
Color Harmonies of #ABDAB1
Complementary color
Monochromatic Colors of #ABDAB1
Black with #ABDAB1
Text Example
Text Example
White with #ABDAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDAB1; }
p { color: rgb(171,218,177); }
H1.HeaderClassName
{
color: #ABDAB1;
}
.AnyTagClassName
{
color: #ABDAB1;
}
</style>
background-color css
<style>
a { background-color: #ABDAB1; }
a { background-color: rgb(171,218,177); }
div.DivClassName
{
background-color: #ABDAB1;
}
.BgClassName
{
background-color: #ABDAB1;
}
</style>
border-color css
<style>
span { border-color: #ABDAB1; }
span { border-color: rgb(171,218,177); }
td.TdClassName
{
border-color: #ABDAB1;
}
.TagClassName
{
border-color: #ABDAB1;
}
</style>