Shades of Celadon #A7DBAF
Tints of Celadon #A7DBAF
RGB
CMYK
RGB Variations
Color information
#A7DBAF (or 0xA7DBAF) is known color: Celadon. HEX triplet: A7, DB and AF. RGB value is (167,219,175). Sum of RGB (Red+Green+Blue) = 167+219+175=561 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.77% from 561); Green value is 219 (85.94% from 255 or 39.04% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 219 - color contains mainly: green. Hex color #A7DBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7DBAF is #582450. Grayscale: #C6C6C6. Windows color (decimal): -5776465 or 11525031. OLE color: 11525031.
HSL color Cylindrical-coordinate representation of color #A7DBAF: hue angle of 129.23º degrees, saturation: 0.42, 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 #A7DBAF is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 219 | 175 | - |
| CMYK | 0.24 | 0 | 0.20 | 0.14 |
| HSL | 129.23º | 0.42% | 0.76% | - |
| HSV(B) | 129.23º | 0.24% | 0.86% | - |
| XYZ | 49.01 | 61.97 | 49.94 | - |
| YUV | 198.44 | 114.77 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 219 | 175 | 0.24 | 0 | 0.20 | 0.14 | 129.23 | 0.42 | 0.76 |
| Hex | A7 | DB | AF | 18 | 0 | 14 | E | 81 | 2A | 4C |
| Octal | 247 | 333 | 257 | 30 | 0 | 24 | 16 | 201 | 52 | 114 |
| Binary | 10100111 | 11011011 | 10101111 | 11000 | 0 | 10100 | 1110 | 10000001 | 101010 | 1001100 |
Color Harmonies of #A7DBAF
Complementary color
Monochromatic Colors of #A7DBAF
Black with #A7DBAF
Text Example
Text Example
White with #A7DBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DBAF; }
p { color: rgb(167,219,175); }
H1.HeaderClassName
{
color: #A7DBAF;
}
.AnyTagClassName
{
color: #A7DBAF;
}
</style>
background-color css
<style>
a { background-color: #A7DBAF; }
a { background-color: rgb(167,219,175); }
div.DivClassName
{
background-color: #A7DBAF;
}
.BgClassName
{
background-color: #A7DBAF;
}
</style>
border-color css
<style>
span { border-color: #A7DBAF; }
span { border-color: rgb(167,219,175); }
td.TdClassName
{
border-color: #A7DBAF;
}
.TagClassName
{
border-color: #A7DBAF;
}
</style>