Shades of Celadon #A8DBAD
Tints of Celadon #A8DBAD
RGB
CMYK
RGB Variations
Color information
#A8DBAD (or 0xA8DBAD) is known color: Celadon. HEX triplet: A8, DB and AD. RGB value is (168,219,173). Sum of RGB (Red+Green+Blue) = 168+219+173=560 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30% from 560); Green value is 219 (85.94% from 255 or 39.11% from 560); Blue value is 173 (67.97% from 255 or 30.89% from 560); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DBAD is #572452. Grayscale: #C6C6C6. Windows color (decimal): -5710931 or 11393960. OLE color: 11393960.
HSL color Cylindrical-coordinate representation of color #A8DBAD: hue angle of 125.88º 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 #A8DBAD is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 219 | 173 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.14 |
| HSL | 125.88º | 0.41% | 0.76% | - |
| HSV(B) | 125.88º | 0.23% | 0.86% | - |
| XYZ | 49.02 | 62.01 | 48.92 | - |
| YUV | 198.51 | 113.6 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 219 | 173 | 0.23 | 0 | 0.21 | 0.14 | 125.88 | 0.41 | 0.76 |
| Hex | A8 | DB | AD | 17 | 0 | 15 | E | 7E | 29 | 4C |
| Octal | 250 | 333 | 255 | 27 | 0 | 25 | 16 | 176 | 51 | 114 |
| Binary | 10101000 | 11011011 | 10101101 | 10111 | 0 | 10101 | 1110 | 1111110 | 101001 | 1001100 |
Color Harmonies of #A8DBAD
Complementary color
Monochromatic Colors of #A8DBAD
Black with #A8DBAD
Text Example
Text Example
White with #A8DBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DBAD; }
p { color: rgb(168,219,173); }
H1.HeaderClassName
{
color: #A8DBAD;
}
.AnyTagClassName
{
color: #A8DBAD;
}
</style>
background-color css
<style>
a { background-color: #A8DBAD; }
a { background-color: rgb(168,219,173); }
div.DivClassName
{
background-color: #A8DBAD;
}
.BgClassName
{
background-color: #A8DBAD;
}
</style>
border-color css
<style>
span { border-color: #A8DBAD; }
span { border-color: rgb(168,219,173); }
td.TdClassName
{
border-color: #A8DBAD;
}
.TagClassName
{
border-color: #A8DBAD;
}
</style>