Shades of Celadon #A7DCAE
Tints of Celadon #A7DCAE
RGB
CMYK
RGB Variations
Color information
#A7DCAE (or 0xA7DCAE) is known color: Celadon. HEX triplet: A7, DC and AE. RGB value is (167,220,174). Sum of RGB (Red+Green+Blue) = 167+220+174=561 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.77% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 174 (68.36% from 255 or 31.02% from 561); Max value from RGB is 220 - color contains mainly: green. Hex color #A7DCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7DCAE is #582351. Grayscale: #C7C7C7. Windows color (decimal): -5776210 or 11459751. OLE color: 11459751.
HSL color Cylindrical-coordinate representation of color #A7DCAE: hue angle of 127.92º degrees, saturation: 0.43, 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 #A7DCAE is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 220 | 174 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.14 |
| HSL | 127.92º | 0.43% | 0.76% | - |
| HSV(B) | 127.92º | 0.24% | 0.86% | - |
| XYZ | 49.17 | 62.46 | 49.51 | - |
| YUV | 198.91 | 113.94 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 220 | 174 | 0.24 | 0 | 0.21 | 0.14 | 127.92 | 0.43 | 0.76 |
| Hex | A7 | DC | AE | 18 | 0 | 15 | E | 80 | 2B | 4C |
| Octal | 247 | 334 | 256 | 30 | 0 | 25 | 16 | 200 | 53 | 114 |
| Binary | 10100111 | 11011100 | 10101110 | 11000 | 0 | 10101 | 1110 | 10000000 | 101011 | 1001100 |
Color Harmonies of #A7DCAE
Complementary color
Monochromatic Colors of #A7DCAE
Black with #A7DCAE
Text Example
Text Example
White with #A7DCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DCAE; }
p { color: rgb(167,220,174); }
H1.HeaderClassName
{
color: #A7DCAE;
}
.AnyTagClassName
{
color: #A7DCAE;
}
</style>
background-color css
<style>
a { background-color: #A7DCAE; }
a { background-color: rgb(167,220,174); }
div.DivClassName
{
background-color: #A7DCAE;
}
.BgClassName
{
background-color: #A7DCAE;
}
</style>
border-color css
<style>
span { border-color: #A7DCAE; }
span { border-color: rgb(167,220,174); }
td.TdClassName
{
border-color: #A7DCAE;
}
.TagClassName
{
border-color: #A7DCAE;
}
</style>