Shades of Celadon #A5DDAE
Tints of Celadon #A5DDAE
RGB
CMYK
RGB Variations
Color information
#A5DDAE (or 0xA5DDAE) is known color: Celadon. HEX triplet: A5, DD and AE. RGB value is (165,221,174). Sum of RGB (Red+Green+Blue) = 165+221+174=560 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.46% from 560); Green value is 221 (86.72% from 255 or 39.46% from 560); Blue value is 174 (68.36% from 255 or 31.07% from 560); Max value from RGB is 221 - color contains mainly: green. Hex color #A5DDAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DDAE is #5A2251. Grayscale: #C7C7C7. Windows color (decimal): -5907026 or 11460005. OLE color: 11460005.
HSL color Cylindrical-coordinate representation of color #A5DDAE: hue angle of 129.64º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5DDAE is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 221 | 174 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.13 |
| HSL | 129.64º | 0.45% | 0.76% | - |
| HSV(B) | 129.64º | 0.25% | 0.87% | - |
| XYZ | 49.01 | 62.77 | 49.58 | - |
| YUV | 198.9 | 113.95 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 221 | 174 | 0.25 | 0 | 0.21 | 0.13 | 129.64 | 0.45 | 0.76 |
| Hex | A5 | DD | AE | 19 | 0 | 15 | D | 82 | 2D | 4C |
| Octal | 245 | 335 | 256 | 31 | 0 | 25 | 15 | 202 | 55 | 114 |
| Binary | 10100101 | 11011101 | 10101110 | 11001 | 0 | 10101 | 1101 | 10000010 | 101101 | 1001100 |
Color Harmonies of #A5DDAE
Complementary color
Monochromatic Colors of #A5DDAE
Black with #A5DDAE
Text Example
Text Example
White with #A5DDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DDAE; }
p { color: rgb(165,221,174); }
H1.HeaderClassName
{
color: #A5DDAE;
}
.AnyTagClassName
{
color: #A5DDAE;
}
</style>
background-color css
<style>
a { background-color: #A5DDAE; }
a { background-color: rgb(165,221,174); }
div.DivClassName
{
background-color: #A5DDAE;
}
.BgClassName
{
background-color: #A5DDAE;
}
</style>
border-color css
<style>
span { border-color: #A5DDAE; }
span { border-color: rgb(165,221,174); }
td.TdClassName
{
border-color: #A5DDAE;
}
.TagClassName
{
border-color: #A5DDAE;
}
</style>