Shades of Celadon #ABDEB1
Tints of Celadon #ABDEB1
RGB
CMYK
RGB Variations
Color information
#ABDEB1 (or 0xABDEB1) is known color: Celadon. HEX triplet: AB, DE and B1. RGB value is (171,222,177). Sum of RGB (Red+Green+Blue) = 171+222+177=570 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30% from 570); Green value is 222 (87.11% from 255 or 38.95% from 570); Blue value is 177 (69.53% from 255 or 31.05% from 570); Max value from RGB is 222 - color contains mainly: green. Hex color #ABDEB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDEB1 is #54214E. Grayscale: #C9C9C9. Windows color (decimal): -5513551 or 11656875. OLE color: 11656875.
HSL color Cylindrical-coordinate representation of color #ABDEB1: hue angle of 127.06º degrees, saturation: 0.44, 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 #ABDEB1 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 222 | 177 | - |
| CMYK | 0.23 | 0 | 0.20 | 0.13 |
| HSL | 127.06º | 0.44% | 0.77% | - |
| HSV(B) | 127.06º | 0.23% | 0.87% | - |
| XYZ | 50.85 | 64.07 | 51.28 | - |
| YUV | 201.62 | 114.1 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 222 | 177 | 0.23 | 0 | 0.20 | 0.13 | 127.06 | 0.44 | 0.77 |
| Hex | AB | DE | B1 | 17 | 0 | 14 | D | 7F | 2C | 4D |
| Octal | 253 | 336 | 261 | 27 | 0 | 24 | 15 | 177 | 54 | 115 |
| Binary | 10101011 | 11011110 | 10110001 | 10111 | 0 | 10100 | 1101 | 1111111 | 101100 | 1001101 |
Color Harmonies of #ABDEB1
Complementary color
Monochromatic Colors of #ABDEB1
Black with #ABDEB1
Text Example
Text Example
White with #ABDEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDEB1; }
p { color: rgb(171,222,177); }
H1.HeaderClassName
{
color: #ABDEB1;
}
.AnyTagClassName
{
color: #ABDEB1;
}
</style>
background-color css
<style>
a { background-color: #ABDEB1; }
a { background-color: rgb(171,222,177); }
div.DivClassName
{
background-color: #ABDEB1;
}
.BgClassName
{
background-color: #ABDEB1;
}
</style>
border-color css
<style>
span { border-color: #ABDEB1; }
span { border-color: rgb(171,222,177); }
td.TdClassName
{
border-color: #ABDEB1;
}
.TagClassName
{
border-color: #ABDEB1;
}
</style>