Shades of Celadon #A4DDAD
Tints of Celadon #A4DDAD
RGB
CMYK
RGB Variations
Color information
#A4DDAD (or 0xA4DDAD) is known color: Celadon. HEX triplet: A4, DD and AD. RGB value is (164,221,173). Sum of RGB (Red+Green+Blue) = 164+221+173=558 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.39% from 558); Green value is 221 (86.72% from 255 or 39.61% from 558); Blue value is 173 (67.97% from 255 or 31.00% from 558); Max value from RGB is 221 - color contains mainly: green. Hex color #A4DDAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DDAD is #5B2252. Grayscale: #C6C6C6. Windows color (decimal): -5972563 or 11394468. OLE color: 11394468.
HSL color Cylindrical-coordinate representation of color #A4DDAD: hue angle of 129.47º 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 #A4DDAD is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 221 | 173 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.13 |
| HSL | 129.47º | 0.46% | 0.75% | - |
| HSV(B) | 129.47º | 0.26% | 0.87% | - |
| XYZ | 48.71 | 62.62 | 49.06 | - |
| YUV | 198.49 | 113.62 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 221 | 173 | 0.26 | 0 | 0.22 | 0.13 | 129.47 | 0.46 | 0.75 |
| Hex | A4 | DD | AD | 1A | 0 | 16 | D | 81 | 2E | 4B |
| Octal | 244 | 335 | 255 | 32 | 0 | 26 | 15 | 201 | 56 | 113 |
| Binary | 10100100 | 11011101 | 10101101 | 11010 | 0 | 10110 | 1101 | 10000001 | 101110 | 1001011 |
Color Harmonies of #A4DDAD
Complementary color
Monochromatic Colors of #A4DDAD
Black with #A4DDAD
Text Example
Text Example
White with #A4DDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DDAD; }
p { color: rgb(164,221,173); }
H1.HeaderClassName
{
color: #A4DDAD;
}
.AnyTagClassName
{
color: #A4DDAD;
}
</style>
background-color css
<style>
a { background-color: #A4DDAD; }
a { background-color: rgb(164,221,173); }
div.DivClassName
{
background-color: #A4DDAD;
}
.BgClassName
{
background-color: #A4DDAD;
}
</style>
border-color css
<style>
span { border-color: #A4DDAD; }
span { border-color: rgb(164,221,173); }
td.TdClassName
{
border-color: #A4DDAD;
}
.TagClassName
{
border-color: #A4DDAD;
}
</style>