Shades of Celadon #A8DCAB
Tints of Celadon #A8DCAB
RGB
CMYK
RGB Variations
Color information
#A8DCAB (or 0xA8DCAB) is known color: Celadon. HEX triplet: A8, DC and AB. RGB value is (168,220,171). Sum of RGB (Red+Green+Blue) = 168+220+171=559 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30.05% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 171 (67.19% from 255 or 30.59% from 559); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DCAB is #572354. Grayscale: #C7C7C7. Windows color (decimal): -5710677 or 11263144. OLE color: 11263144.
HSL color Cylindrical-coordinate representation of color #A8DCAB: hue angle of 123.46º 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 #A8DCAB is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 220 | 171 | - |
| CMYK | 0.24 | 0 | 0.22 | 0.14 |
| HSL | 123.46º | 0.43% | 0.76% | - |
| HSV(B) | 123.46º | 0.24% | 0.86% | - |
| XYZ | 49.09 | 62.45 | 47.99 | - |
| YUV | 198.87 | 112.27 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 220 | 171 | 0.24 | 0 | 0.22 | 0.14 | 123.46 | 0.43 | 0.76 |
| Hex | A8 | DC | AB | 18 | 0 | 16 | E | 7B | 2B | 4C |
| Octal | 250 | 334 | 253 | 30 | 0 | 26 | 16 | 173 | 53 | 114 |
| Binary | 10101000 | 11011100 | 10101011 | 11000 | 0 | 10110 | 1110 | 1111011 | 101011 | 1001100 |
Color Harmonies of #A8DCAB
Complementary color
Monochromatic Colors of #A8DCAB
Black with #A8DCAB
Text Example
Text Example
White with #A8DCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DCAB; }
p { color: rgb(168,220,171); }
H1.HeaderClassName
{
color: #A8DCAB;
}
.AnyTagClassName
{
color: #A8DCAB;
}
</style>
background-color css
<style>
a { background-color: #A8DCAB; }
a { background-color: rgb(168,220,171); }
div.DivClassName
{
background-color: #A8DCAB;
}
.BgClassName
{
background-color: #A8DCAB;
}
</style>
border-color css
<style>
span { border-color: #A8DCAB; }
span { border-color: rgb(168,220,171); }
td.TdClassName
{
border-color: #A8DCAB;
}
.TagClassName
{
border-color: #A8DCAB;
}
</style>