Shades of Celadon #A4DDA8
Tints of Celadon #A4DDA8
RGB
CMYK
RGB Variations
Color information
#A4DDA8 (or 0xA4DDA8) is known color: Celadon. HEX triplet: A4, DD and A8. RGB value is (164,221,168). Sum of RGB (Red+Green+Blue) = 164+221+168=553 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.66% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 168 (66.02% from 255 or 30.38% from 553); Max value from RGB is 221 - color contains mainly: green. Hex color #A4DDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DDA8 is #5B2257. Grayscale: #C6C6C6. Windows color (decimal): -5972568 or 11066788. OLE color: 11066788.
HSL color Cylindrical-coordinate representation of color #A4DDA8: hue angle of 124.21º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4DDA8 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 221 | 168 | - |
| CMYK | 0.26 | 0 | 0.24 | 0.13 |
| HSL | 124.21º | 0.46% | 0.75% | - |
| HSV(B) | 124.21º | 0.26% | 0.87% | - |
| XYZ | 48.23 | 62.43 | 46.55 | - |
| YUV | 197.92 | 111.12 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 221 | 168 | 0.26 | 0 | 0.24 | 0.13 | 124.21 | 0.46 | 0.75 |
| Hex | A4 | DD | A8 | 1A | 0 | 18 | D | 7C | 2E | 4B |
| Octal | 244 | 335 | 250 | 32 | 0 | 30 | 15 | 174 | 56 | 113 |
| Binary | 10100100 | 11011101 | 10101000 | 11010 | 0 | 11000 | 1101 | 1111100 | 101110 | 1001011 |
Color Harmonies of #A4DDA8
Complementary color
Monochromatic Colors of #A4DDA8
Black with #A4DDA8
Text Example
Text Example
White with #A4DDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DDA8; }
p { color: rgb(164,221,168); }
H1.HeaderClassName
{
color: #A4DDA8;
}
.AnyTagClassName
{
color: #A4DDA8;
}
</style>
background-color css
<style>
a { background-color: #A4DDA8; }
a { background-color: rgb(164,221,168); }
div.DivClassName
{
background-color: #A4DDA8;
}
.BgClassName
{
background-color: #A4DDA8;
}
</style>
border-color css
<style>
span { border-color: #A4DDA8; }
span { border-color: rgb(164,221,168); }
td.TdClassName
{
border-color: #A4DDA8;
}
.TagClassName
{
border-color: #A4DDA8;
}
</style>