Shades of Celadon #A7EDA8
Tints of Celadon #A7EDA8
RGB
CMYK
RGB Variations
Color information
#A7EDA8 (or 0xA7EDA8) is known color: Celadon. HEX triplet: A7, ED and A8. RGB value is (167,237,168). Sum of RGB (Red+Green+Blue) = 167+237+168=572 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.20% from 572); Green value is 237 (92.97% from 255 or 41.43% from 572); Blue value is 168 (66.02% from 255 or 29.37% from 572); Max value from RGB is 237 - color contains mainly: green. Hex color #A7EDA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A7EDA8 is #581257. Grayscale: #D0D0D0. Windows color (decimal): -5771864 or 11070887. OLE color: 11070887.
HSL color Cylindrical-coordinate representation of color #A7EDA8: hue angle of 120.86º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7EDA8 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 237 | 168 | - |
| CMYK | 0.30 | 0 | 0.29 | 0.07 |
| HSL | 120.86º | 0.66% | 0.79% | - |
| HSV(B) | 120.86º | 0.3% | 0.93% | - |
| XYZ | 53.29 | 71.61 | 48.06 | - |
| YUV | 208.2 | 105.31 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 237 | 168 | 0.30 | 0 | 0.29 | 0.07 | 120.86 | 0.66 | 0.79 |
| Hex | A7 | ED | A8 | 1E | 0 | 1D | 7 | 79 | 42 | 4F |
| Octal | 247 | 355 | 250 | 36 | 0 | 35 | 7 | 171 | 102 | 117 |
| Binary | 10100111 | 11101101 | 10101000 | 11110 | 0 | 11101 | 111 | 1111001 | 1000010 | 1001111 |
Color Harmonies of #A7EDA8
Complementary color
Monochromatic Colors of #A7EDA8
Black with #A7EDA8
Text Example
Text Example
White with #A7EDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7EDA8; }
p { color: rgb(167,237,168); }
H1.HeaderClassName
{
color: #A7EDA8;
}
.AnyTagClassName
{
color: #A7EDA8;
}
</style>
background-color css
<style>
a { background-color: #A7EDA8; }
a { background-color: rgb(167,237,168); }
div.DivClassName
{
background-color: #A7EDA8;
}
.BgClassName
{
background-color: #A7EDA8;
}
</style>
border-color css
<style>
span { border-color: #A7EDA8; }
span { border-color: rgb(167,237,168); }
td.TdClassName
{
border-color: #A7EDA8;
}
.TagClassName
{
border-color: #A7EDA8;
}
</style>