Shades of Celadon #A8DCAD
Tints of Celadon #A8DCAD
RGB
CMYK
RGB Variations
Color information
#A8DCAD (or 0xA8DCAD) is known color: Celadon. HEX triplet: A8, DC and AD. RGB value is (168,220,173). Sum of RGB (Red+Green+Blue) = 168+220+173=561 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.95% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 173 (67.97% from 255 or 30.84% from 561); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DCAD is #572352. Grayscale: #C7C7C7. Windows color (decimal): -5710675 or 11394216. OLE color: 11394216.
HSL color Cylindrical-coordinate representation of color #A8DCAD: hue angle of 125.77º 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 #A8DCAD is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 220 | 173 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.14 |
| HSL | 125.77º | 0.43% | 0.76% | - |
| HSV(B) | 125.77º | 0.24% | 0.86% | - |
| XYZ | 49.28 | 62.53 | 49.01 | - |
| YUV | 199.09 | 113.27 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 220 | 173 | 0.24 | 0 | 0.21 | 0.14 | 125.77 | 0.43 | 0.76 |
| Hex | A8 | DC | AD | 18 | 0 | 15 | E | 7E | 2B | 4C |
| Octal | 250 | 334 | 255 | 30 | 0 | 25 | 16 | 176 | 53 | 114 |
| Binary | 10101000 | 11011100 | 10101101 | 11000 | 0 | 10101 | 1110 | 1111110 | 101011 | 1001100 |
Color Harmonies of #A8DCAD
Complementary color
Monochromatic Colors of #A8DCAD
Black with #A8DCAD
Text Example
Text Example
White with #A8DCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DCAD; }
p { color: rgb(168,220,173); }
H1.HeaderClassName
{
color: #A8DCAD;
}
.AnyTagClassName
{
color: #A8DCAD;
}
</style>
background-color css
<style>
a { background-color: #A8DCAD; }
a { background-color: rgb(168,220,173); }
div.DivClassName
{
background-color: #A8DCAD;
}
.BgClassName
{
background-color: #A8DCAD;
}
</style>
border-color css
<style>
span { border-color: #A8DCAD; }
span { border-color: rgb(168,220,173); }
td.TdClassName
{
border-color: #A8DCAD;
}
.TagClassName
{
border-color: #A8DCAD;
}
</style>