Shades of Celadon #A7D7AB
Tints of Celadon #A7D7AB
RGB
CMYK
RGB Variations
Color information
#A7D7AB (or 0xA7D7AB) is known color: Celadon. HEX triplet: A7, D7 and AB. RGB value is (167,215,171). Sum of RGB (Red+Green+Blue) = 167+215+171=553 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.20% from 553); Green value is 215 (84.38% from 255 or 38.88% from 553); Blue value is 171 (67.19% from 255 or 30.92% from 553); Max value from RGB is 215 - color contains mainly: green. Hex color #A7D7AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7D7AB is #582854. Grayscale: #C3C3C3. Windows color (decimal): -5777493 or 11261863. OLE color: 11261863.
HSL color Cylindrical-coordinate representation of color #A7D7AB: hue angle of 125º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A7D7AB is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 215 | 171 | - |
| CMYK | 0.22 | 0 | 0.20 | 0.16 |
| HSL | 125º | 0.38% | 0.75% | - |
| HSV(B) | 125º | 0.22% | 0.84% | - |
| XYZ | 47.59 | 59.76 | 47.55 | - |
| YUV | 195.63 | 114.1 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 215 | 171 | 0.22 | 0 | 0.20 | 0.16 | 125 | 0.38 | 0.75 |
| Hex | A7 | D7 | AB | 16 | 0 | 14 | 10 | 7D | 26 | 4B |
| Octal | 247 | 327 | 253 | 26 | 0 | 24 | 20 | 175 | 46 | 113 |
| Binary | 10100111 | 11010111 | 10101011 | 10110 | 0 | 10100 | 10000 | 1111101 | 100110 | 1001011 |
Color Harmonies of #A7D7AB
Complementary color
Monochromatic Colors of #A7D7AB
Black with #A7D7AB
Text Example
Text Example
White with #A7D7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D7AB; }
p { color: rgb(167,215,171); }
H1.HeaderClassName
{
color: #A7D7AB;
}
.AnyTagClassName
{
color: #A7D7AB;
}
</style>
background-color css
<style>
a { background-color: #A7D7AB; }
a { background-color: rgb(167,215,171); }
div.DivClassName
{
background-color: #A7D7AB;
}
.BgClassName
{
background-color: #A7D7AB;
}
</style>
border-color css
<style>
span { border-color: #A7D7AB; }
span { border-color: rgb(167,215,171); }
td.TdClassName
{
border-color: #A7D7AB;
}
.TagClassName
{
border-color: #A7D7AB;
}
</style>