Shades of Celadon #A4DEAA
Tints of Celadon #A4DEAA
RGB
CMYK
RGB Variations
Color information
#A4DEAA (or 0xA4DEAA) is known color: Celadon. HEX triplet: A4, DE and AA. RGB value is (164,222,170). Sum of RGB (Red+Green+Blue) = 164+222+170=556 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.50% from 556); Green value is 222 (87.11% from 255 or 39.93% from 556); Blue value is 170 (66.80% from 255 or 30.58% from 556); Max value from RGB is 222 - color contains mainly: green. Hex color #A4DEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DEAA is #5B2155. Grayscale: #C6C6C6. Windows color (decimal): -5972310 or 11198116. OLE color: 11198116.
HSL color Cylindrical-coordinate representation of color #A4DEAA: hue angle of 126.21º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4DEAA is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 222 | 170 | - |
| CMYK | 0.26 | 0 | 0.23 | 0.13 |
| HSL | 126.21º | 0.47% | 0.76% | - |
| HSV(B) | 126.21º | 0.26% | 0.87% | - |
| XYZ | 48.69 | 63.04 | 47.63 | - |
| YUV | 198.73 | 111.78 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 222 | 170 | 0.26 | 0 | 0.23 | 0.13 | 126.21 | 0.47 | 0.76 |
| Hex | A4 | DE | AA | 1A | 0 | 17 | D | 7E | 2F | 4C |
| Octal | 244 | 336 | 252 | 32 | 0 | 27 | 15 | 176 | 57 | 114 |
| Binary | 10100100 | 11011110 | 10101010 | 11010 | 0 | 10111 | 1101 | 1111110 | 101111 | 1001100 |
Color Harmonies of #A4DEAA
Complementary color
Monochromatic Colors of #A4DEAA
Black with #A4DEAA
Text Example
Text Example
White with #A4DEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DEAA; }
p { color: rgb(164,222,170); }
H1.HeaderClassName
{
color: #A4DEAA;
}
.AnyTagClassName
{
color: #A4DEAA;
}
</style>
background-color css
<style>
a { background-color: #A4DEAA; }
a { background-color: rgb(164,222,170); }
div.DivClassName
{
background-color: #A4DEAA;
}
.BgClassName
{
background-color: #A4DEAA;
}
</style>
border-color css
<style>
span { border-color: #A4DEAA; }
span { border-color: rgb(164,222,170); }
td.TdClassName
{
border-color: #A4DEAA;
}
.TagClassName
{
border-color: #A4DEAA;
}
</style>