Shades of Celadon #A4DBAA
Tints of Celadon #A4DBAA
RGB
CMYK
RGB Variations
Color information
#A4DBAA (or 0xA4DBAA) is known color: Celadon. HEX triplet: A4, DB and AA. RGB value is (164,219,170). Sum of RGB (Red+Green+Blue) = 164+219+170=553 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.66% from 553); Green value is 219 (85.94% from 255 or 39.60% from 553); Blue value is 170 (66.80% from 255 or 30.74% from 553); Max value from RGB is 219 - color contains mainly: green. Hex color #A4DBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DBAA is #5B2455. Grayscale: #C5C5C5. Windows color (decimal): -5973078 or 11197348. OLE color: 11197348.
HSL color Cylindrical-coordinate representation of color #A4DBAA: hue angle of 126.55º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A4DBAA is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 219 | 170 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.14 |
| HSL | 126.55º | 0.43% | 0.75% | - |
| HSV(B) | 126.55º | 0.25% | 0.86% | - |
| XYZ | 47.9 | 61.46 | 47.37 | - |
| YUV | 196.97 | 112.78 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 219 | 170 | 0.25 | 0 | 0.22 | 0.14 | 126.55 | 0.43 | 0.75 |
| Hex | A4 | DB | AA | 19 | 0 | 16 | E | 7F | 2B | 4B |
| Octal | 244 | 333 | 252 | 31 | 0 | 26 | 16 | 177 | 53 | 113 |
| Binary | 10100100 | 11011011 | 10101010 | 11001 | 0 | 10110 | 1110 | 1111111 | 101011 | 1001011 |
Color Harmonies of #A4DBAA
Complementary color
Monochromatic Colors of #A4DBAA
Black with #A4DBAA
Text Example
Text Example
White with #A4DBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DBAA; }
p { color: rgb(164,219,170); }
H1.HeaderClassName
{
color: #A4DBAA;
}
.AnyTagClassName
{
color: #A4DBAA;
}
</style>
background-color css
<style>
a { background-color: #A4DBAA; }
a { background-color: rgb(164,219,170); }
div.DivClassName
{
background-color: #A4DBAA;
}
.BgClassName
{
background-color: #A4DBAA;
}
</style>
border-color css
<style>
span { border-color: #A4DBAA; }
span { border-color: rgb(164,219,170); }
td.TdClassName
{
border-color: #A4DBAA;
}
.TagClassName
{
border-color: #A4DBAA;
}
</style>