Shades of Celadon #A7DBAB
Tints of Celadon #A7DBAB
RGB
CMYK
RGB Variations
Color information
#A7DBAB (or 0xA7DBAB) is known color: Celadon. HEX triplet: A7, DB and AB. RGB value is (167,219,171). Sum of RGB (Red+Green+Blue) = 167+219+171=557 (73% of max value = 765). Red value is 167 (65.62% from 255 or 29.98% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 171 (67.19% from 255 or 30.70% from 557); Max value from RGB is 219 - color contains mainly: green. Hex color #A7DBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7DBAB is #582454. Grayscale: #C6C6C6. Windows color (decimal): -5776469 or 11262887. OLE color: 11262887.
HSL color Cylindrical-coordinate representation of color #A7DBAB: hue angle of 124.62º 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 #A7DBAB is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 219 | 171 | - |
| CMYK | 0.24 | 0 | 0.22 | 0.14 |
| HSL | 124.62º | 0.42% | 0.76% | - |
| HSV(B) | 124.62º | 0.24% | 0.86% | - |
| XYZ | 48.62 | 61.82 | 47.9 | - |
| YUV | 197.98 | 112.77 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 219 | 171 | 0.24 | 0 | 0.22 | 0.14 | 124.62 | 0.42 | 0.76 |
| Hex | A7 | DB | AB | 18 | 0 | 16 | E | 7D | 2A | 4C |
| Octal | 247 | 333 | 253 | 30 | 0 | 26 | 16 | 175 | 52 | 114 |
| Binary | 10100111 | 11011011 | 10101011 | 11000 | 0 | 10110 | 1110 | 1111101 | 101010 | 1001100 |
Color Harmonies of #A7DBAB
Complementary color
Monochromatic Colors of #A7DBAB
Black with #A7DBAB
Text Example
Text Example
White with #A7DBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DBAB; }
p { color: rgb(167,219,171); }
H1.HeaderClassName
{
color: #A7DBAB;
}
.AnyTagClassName
{
color: #A7DBAB;
}
</style>
background-color css
<style>
a { background-color: #A7DBAB; }
a { background-color: rgb(167,219,171); }
div.DivClassName
{
background-color: #A7DBAB;
}
.BgClassName
{
background-color: #A7DBAB;
}
</style>
border-color css
<style>
span { border-color: #A7DBAB; }
span { border-color: rgb(167,219,171); }
td.TdClassName
{
border-color: #A7DBAB;
}
.TagClassName
{
border-color: #A7DBAB;
}
</style>