Shades of Celadon #A8DBAF
Tints of Celadon #A8DBAF
RGB
CMYK
RGB Variations
Color information
#A8DBAF (or 0xA8DBAF) is known color: Celadon. HEX triplet: A8, DB and AF. RGB value is (168,219,175). Sum of RGB (Red+Green+Blue) = 168+219+175=562 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.89% from 562); Green value is 219 (85.94% from 255 or 38.97% from 562); Blue value is 175 (68.75% from 255 or 31.14% from 562); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DBAF is #572450. Grayscale: #C6C6C6. Windows color (decimal): -5710929 or 11525032. OLE color: 11525032.
HSL color Cylindrical-coordinate representation of color #A8DBAF: hue angle of 128.24º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8DBAF is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 219 | 175 | - |
| CMYK | 0.23 | 0 | 0.20 | 0.14 |
| HSL | 128.24º | 0.41% | 0.76% | - |
| HSV(B) | 128.24º | 0.23% | 0.86% | - |
| XYZ | 49.22 | 62.08 | 49.95 | - |
| YUV | 198.74 | 114.6 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 219 | 175 | 0.23 | 0 | 0.20 | 0.14 | 128.24 | 0.41 | 0.76 |
| Hex | A8 | DB | AF | 17 | 0 | 14 | E | 80 | 29 | 4C |
| Octal | 250 | 333 | 257 | 27 | 0 | 24 | 16 | 200 | 51 | 114 |
| Binary | 10101000 | 11011011 | 10101111 | 10111 | 0 | 10100 | 1110 | 10000000 | 101001 | 1001100 |
Color Harmonies of #A8DBAF
Complementary color
Monochromatic Colors of #A8DBAF
Black with #A8DBAF
Text Example
Text Example
White with #A8DBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DBAF; }
p { color: rgb(168,219,175); }
H1.HeaderClassName
{
color: #A8DBAF;
}
.AnyTagClassName
{
color: #A8DBAF;
}
</style>
background-color css
<style>
a { background-color: #A8DBAF; }
a { background-color: rgb(168,219,175); }
div.DivClassName
{
background-color: #A8DBAF;
}
.BgClassName
{
background-color: #A8DBAF;
}
</style>
border-color css
<style>
span { border-color: #A8DBAF; }
span { border-color: rgb(168,219,175); }
td.TdClassName
{
border-color: #A8DBAF;
}
.TagClassName
{
border-color: #A8DBAF;
}
</style>