Shades of Celadon #ABDDB1
Tints of Celadon #ABDDB1
RGB
CMYK
RGB Variations
Color information
#ABDDB1 (or 0xABDDB1) is known color: Celadon. HEX triplet: AB, DD and B1. RGB value is (171,221,177). Sum of RGB (Red+Green+Blue) = 171+221+177=569 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.05% from 569); Green value is 221 (86.72% from 255 or 38.84% from 569); Blue value is 177 (69.53% from 255 or 31.11% from 569); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDDB1 is #54224E. Grayscale: #C9C9C9. Windows color (decimal): -5513807 or 11656619. OLE color: 11656619.
HSL color Cylindrical-coordinate representation of color #ABDDB1: hue angle of 127.2º degrees, saturation: 0.42, 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 #ABDDB1 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 177 | - |
| CMYK | 0.23 | 0 | 0.20 | 0.13 |
| HSL | 127.2º | 0.42% | 0.77% | - |
| HSV(B) | 127.2º | 0.23% | 0.87% | - |
| XYZ | 50.59 | 63.55 | 51.19 | - |
| YUV | 201.03 | 114.44 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 177 | 0.23 | 0 | 0.20 | 0.13 | 127.2 | 0.42 | 0.77 |
| Hex | AB | DD | B1 | 17 | 0 | 14 | D | 7F | 2A | 4D |
| Octal | 253 | 335 | 261 | 27 | 0 | 24 | 15 | 177 | 52 | 115 |
| Binary | 10101011 | 11011101 | 10110001 | 10111 | 0 | 10100 | 1101 | 1111111 | 101010 | 1001101 |
Color Harmonies of #ABDDB1
Complementary color
Monochromatic Colors of #ABDDB1
Black with #ABDDB1
Text Example
Text Example
White with #ABDDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDDB1; }
p { color: rgb(171,221,177); }
H1.HeaderClassName
{
color: #ABDDB1;
}
.AnyTagClassName
{
color: #ABDDB1;
}
</style>
background-color css
<style>
a { background-color: #ABDDB1; }
a { background-color: rgb(171,221,177); }
div.DivClassName
{
background-color: #ABDDB1;
}
.BgClassName
{
background-color: #ABDDB1;
}
</style>
border-color css
<style>
span { border-color: #ABDDB1; }
span { border-color: rgb(171,221,177); }
td.TdClassName
{
border-color: #ABDDB1;
}
.TagClassName
{
border-color: #ABDDB1;
}
</style>