Shades of Celadon #A8DCAE
Tints of Celadon #A8DCAE
RGB
CMYK
RGB Variations
Color information
#A8DCAE (or 0xA8DCAE) is known color: Celadon. HEX triplet: A8, DC and AE. RGB value is (168,220,174). Sum of RGB (Red+Green+Blue) = 168+220+174=562 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.89% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 174 (68.36% from 255 or 30.96% from 562); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DCAE is #572351. Grayscale: #C7C7C7. Windows color (decimal): -5710674 or 11459752. OLE color: 11459752.
HSL color Cylindrical-coordinate representation of color #A8DCAE: hue angle of 126.92º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8DCAE is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 220 | 174 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.14 |
| HSL | 126.92º | 0.43% | 0.76% | - |
| HSV(B) | 126.92º | 0.24% | 0.86% | - |
| XYZ | 49.38 | 62.57 | 49.52 | - |
| YUV | 199.21 | 113.77 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 220 | 174 | 0.24 | 0 | 0.21 | 0.14 | 126.92 | 0.43 | 0.76 |
| Hex | A8 | DC | AE | 18 | 0 | 15 | E | 7F | 2B | 4C |
| Octal | 250 | 334 | 256 | 30 | 0 | 25 | 16 | 177 | 53 | 114 |
| Binary | 10101000 | 11011100 | 10101110 | 11000 | 0 | 10101 | 1110 | 1111111 | 101011 | 1001100 |
Color Harmonies of #A8DCAE
Complementary color
Monochromatic Colors of #A8DCAE
Black with #A8DCAE
Text Example
Text Example
White with #A8DCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DCAE; }
p { color: rgb(168,220,174); }
H1.HeaderClassName
{
color: #A8DCAE;
}
.AnyTagClassName
{
color: #A8DCAE;
}
</style>
background-color css
<style>
a { background-color: #A8DCAE; }
a { background-color: rgb(168,220,174); }
div.DivClassName
{
background-color: #A8DCAE;
}
.BgClassName
{
background-color: #A8DCAE;
}
</style>
border-color css
<style>
span { border-color: #A8DCAE; }
span { border-color: rgb(168,220,174); }
td.TdClassName
{
border-color: #A8DCAE;
}
.TagClassName
{
border-color: #A8DCAE;
}
</style>