Shades of Celadon #A8DBAB
Tints of Celadon #A8DBAB
RGB
CMYK
RGB Variations
Color information
#A8DBAB (or 0xA8DBAB) is known color: Celadon. HEX triplet: A8, DB and AB. RGB value is (168,219,171). Sum of RGB (Red+Green+Blue) = 168+219+171=558 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.11% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 171 (67.19% from 255 or 30.65% from 558); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DBAB is #572454. Grayscale: #C6C6C6. Windows color (decimal): -5710933 or 11262888. OLE color: 11262888.
HSL color Cylindrical-coordinate representation of color #A8DBAB: hue angle of 123.53º 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 #A8DBAB is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 219 | 171 | - |
| CMYK | 0.23 | 0 | 0.22 | 0.14 |
| HSL | 123.53º | 0.41% | 0.76% | - |
| HSV(B) | 123.53º | 0.23% | 0.86% | - |
| XYZ | 48.83 | 61.93 | 47.91 | - |
| YUV | 198.28 | 112.6 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 219 | 171 | 0.23 | 0 | 0.22 | 0.14 | 123.53 | 0.41 | 0.76 |
| Hex | A8 | DB | AB | 17 | 0 | 16 | E | 7C | 29 | 4C |
| Octal | 250 | 333 | 253 | 27 | 0 | 26 | 16 | 174 | 51 | 114 |
| Binary | 10101000 | 11011011 | 10101011 | 10111 | 0 | 10110 | 1110 | 1111100 | 101001 | 1001100 |
Color Harmonies of #A8DBAB
Complementary color
Monochromatic Colors of #A8DBAB
Black with #A8DBAB
Text Example
Text Example
White with #A8DBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DBAB; }
p { color: rgb(168,219,171); }
H1.HeaderClassName
{
color: #A8DBAB;
}
.AnyTagClassName
{
color: #A8DBAB;
}
</style>
background-color css
<style>
a { background-color: #A8DBAB; }
a { background-color: rgb(168,219,171); }
div.DivClassName
{
background-color: #A8DBAB;
}
.BgClassName
{
background-color: #A8DBAB;
}
</style>
border-color css
<style>
span { border-color: #A8DBAB; }
span { border-color: rgb(168,219,171); }
td.TdClassName
{
border-color: #A8DBAB;
}
.TagClassName
{
border-color: #A8DBAB;
}
</style>