Shades of Celadon #ABDDAE
Tints of Celadon #ABDDAE
RGB
CMYK
RGB Variations
Color information
#ABDDAE (or 0xABDDAE) is known color: Celadon. HEX triplet: AB, DD and AE. RGB value is (171,221,174). Sum of RGB (Red+Green+Blue) = 171+221+174=566 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.21% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 174 (68.36% from 255 or 30.74% from 566); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDDAE is #542251. Grayscale: #C8C8C8. Windows color (decimal): -5513810 or 11460011. OLE color: 11460011.
HSL color Cylindrical-coordinate representation of color #ABDDAE: hue angle of 123.6º 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 #ABDDAE is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 174 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.13 |
| HSL | 123.6º | 0.42% | 0.77% | - |
| HSV(B) | 123.6º | 0.23% | 0.87% | - |
| XYZ | 50.29 | 63.43 | 49.64 | - |
| YUV | 200.69 | 112.94 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 174 | 0.23 | 0 | 0.21 | 0.13 | 123.6 | 0.42 | 0.77 |
| Hex | AB | DD | AE | 17 | 0 | 15 | D | 7C | 2A | 4D |
| Octal | 253 | 335 | 256 | 27 | 0 | 25 | 15 | 174 | 52 | 115 |
| Binary | 10101011 | 11011101 | 10101110 | 10111 | 0 | 10101 | 1101 | 1111100 | 101010 | 1001101 |
Color Harmonies of #ABDDAE
Complementary color
Monochromatic Colors of #ABDDAE
Black with #ABDDAE
Text Example
Text Example
White with #ABDDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDDAE; }
p { color: rgb(171,221,174); }
H1.HeaderClassName
{
color: #ABDDAE;
}
.AnyTagClassName
{
color: #ABDDAE;
}
</style>
background-color css
<style>
a { background-color: #ABDDAE; }
a { background-color: rgb(171,221,174); }
div.DivClassName
{
background-color: #ABDDAE;
}
.BgClassName
{
background-color: #ABDDAE;
}
</style>
border-color css
<style>
span { border-color: #ABDDAE; }
span { border-color: rgb(171,221,174); }
td.TdClassName
{
border-color: #ABDDAE;
}
.TagClassName
{
border-color: #ABDDAE;
}
</style>