Shades of Celadon #A5DBAA
Tints of Celadon #A5DBAA
RGB
CMYK
RGB Variations
Color information
#A5DBAA (or 0xA5DBAA) is known color: Celadon. HEX triplet: A5, DB and AA. RGB value is (165,219,170). Sum of RGB (Red+Green+Blue) = 165+219+170=554 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.78% from 554); Green value is 219 (85.94% from 255 or 39.53% from 554); Blue value is 170 (66.80% from 255 or 30.69% from 554); Max value from RGB is 219 - color contains mainly: green. Hex color #A5DBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DBAA is #5A2455. Grayscale: #C5C5C5. Windows color (decimal): -5907542 or 11197349. OLE color: 11197349.
HSL color Cylindrical-coordinate representation of color #A5DBAA: hue angle of 125.56º 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 #A5DBAA is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 219 | 170 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.14 |
| HSL | 125.56º | 0.43% | 0.75% | - |
| HSV(B) | 125.56º | 0.25% | 0.86% | - |
| XYZ | 48.1 | 61.56 | 47.38 | - |
| YUV | 197.27 | 112.61 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 219 | 170 | 0.25 | 0 | 0.22 | 0.14 | 125.56 | 0.43 | 0.75 |
| Hex | A5 | DB | AA | 19 | 0 | 16 | E | 7E | 2B | 4B |
| Octal | 245 | 333 | 252 | 31 | 0 | 26 | 16 | 176 | 53 | 113 |
| Binary | 10100101 | 11011011 | 10101010 | 11001 | 0 | 10110 | 1110 | 1111110 | 101011 | 1001011 |
Color Harmonies of #A5DBAA
Complementary color
Monochromatic Colors of #A5DBAA
Black with #A5DBAA
Text Example
Text Example
White with #A5DBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DBAA; }
p { color: rgb(165,219,170); }
H1.HeaderClassName
{
color: #A5DBAA;
}
.AnyTagClassName
{
color: #A5DBAA;
}
</style>
background-color css
<style>
a { background-color: #A5DBAA; }
a { background-color: rgb(165,219,170); }
div.DivClassName
{
background-color: #A5DBAA;
}
.BgClassName
{
background-color: #A5DBAA;
}
</style>
border-color css
<style>
span { border-color: #A5DBAA; }
span { border-color: rgb(165,219,170); }
td.TdClassName
{
border-color: #A5DBAA;
}
.TagClassName
{
border-color: #A5DBAA;
}
</style>