Shades of Celadon #A7DEAF
Tints of Celadon #A7DEAF
RGB
CMYK
RGB Variations
Color information
#A7DEAF (or 0xA7DEAF) is known color: Celadon. HEX triplet: A7, DE and AF. RGB value is (167,222,175). Sum of RGB (Red+Green+Blue) = 167+222+175=564 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.61% from 564); Green value is 222 (87.11% from 255 or 39.36% from 564); Blue value is 175 (68.75% from 255 or 31.03% from 564); Max value from RGB is 222 - color contains mainly: green. Hex color #A7DEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7DEAF is #582150. Grayscale: #C8C8C8. Windows color (decimal): -5775697 or 11525799. OLE color: 11525799.
HSL color Cylindrical-coordinate representation of color #A7DEAF: hue angle of 128.73º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A7DEAF is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 222 | 175 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.13 |
| HSL | 128.73º | 0.45% | 0.76% | - |
| HSV(B) | 128.73º | 0.25% | 0.87% | - |
| XYZ | 49.8 | 63.55 | 50.2 | - |
| YUV | 200.2 | 113.78 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 222 | 175 | 0.25 | 0 | 0.21 | 0.13 | 128.73 | 0.45 | 0.76 |
| Hex | A7 | DE | AF | 19 | 0 | 15 | D | 81 | 2D | 4C |
| Octal | 247 | 336 | 257 | 31 | 0 | 25 | 15 | 201 | 55 | 114 |
| Binary | 10100111 | 11011110 | 10101111 | 11001 | 0 | 10101 | 1101 | 10000001 | 101101 | 1001100 |
Color Harmonies of #A7DEAF
Complementary color
Monochromatic Colors of #A7DEAF
Black with #A7DEAF
Text Example
Text Example
White with #A7DEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DEAF; }
p { color: rgb(167,222,175); }
H1.HeaderClassName
{
color: #A7DEAF;
}
.AnyTagClassName
{
color: #A7DEAF;
}
</style>
background-color css
<style>
a { background-color: #A7DEAF; }
a { background-color: rgb(167,222,175); }
div.DivClassName
{
background-color: #A7DEAF;
}
.BgClassName
{
background-color: #A7DEAF;
}
</style>
border-color css
<style>
span { border-color: #A7DEAF; }
span { border-color: rgb(167,222,175); }
td.TdClassName
{
border-color: #A7DEAF;
}
.TagClassName
{
border-color: #A7DEAF;
}
</style>