Shades of Celadon #A8DBAC
Tints of Celadon #A8DBAC
RGB
CMYK
RGB Variations
Color information
#A8DBAC (or 0xA8DBAC) is known color: Celadon. HEX triplet: A8, DB and AC. RGB value is (168,219,172). Sum of RGB (Red+Green+Blue) = 168+219+172=559 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30.05% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 172 (67.58% from 255 or 30.77% from 559); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DBAC is #572453. Grayscale: #C6C6C6. Windows color (decimal): -5710932 or 11328424. OLE color: 11328424.
HSL color Cylindrical-coordinate representation of color #A8DBAC: hue angle of 124.71º 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 #A8DBAC is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 219 | 172 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.14 |
| HSL | 124.71º | 0.41% | 0.76% | - |
| HSV(B) | 124.71º | 0.23% | 0.86% | - |
| XYZ | 48.93 | 61.97 | 48.41 | - |
| YUV | 198.39 | 113.1 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 219 | 172 | 0.23 | 0 | 0.21 | 0.14 | 124.71 | 0.41 | 0.76 |
| Hex | A8 | DB | AC | 17 | 0 | 15 | E | 7D | 29 | 4C |
| Octal | 250 | 333 | 254 | 27 | 0 | 25 | 16 | 175 | 51 | 114 |
| Binary | 10101000 | 11011011 | 10101100 | 10111 | 0 | 10101 | 1110 | 1111101 | 101001 | 1001100 |
Color Harmonies of #A8DBAC
Complementary color
Monochromatic Colors of #A8DBAC
Black with #A8DBAC
Text Example
Text Example
White with #A8DBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DBAC; }
p { color: rgb(168,219,172); }
H1.HeaderClassName
{
color: #A8DBAC;
}
.AnyTagClassName
{
color: #A8DBAC;
}
</style>
background-color css
<style>
a { background-color: #A8DBAC; }
a { background-color: rgb(168,219,172); }
div.DivClassName
{
background-color: #A8DBAC;
}
.BgClassName
{
background-color: #A8DBAC;
}
</style>
border-color css
<style>
span { border-color: #A8DBAC; }
span { border-color: rgb(168,219,172); }
td.TdClassName
{
border-color: #A8DBAC;
}
.TagClassName
{
border-color: #A8DBAC;
}
</style>