Shades of Celadon #A5DCAE
Tints of Celadon #A5DCAE
RGB
CMYK
RGB Variations
Color information
#A5DCAE (or 0xA5DCAE) is known color: Celadon. HEX triplet: A5, DC and AE. RGB value is (165,220,174). Sum of RGB (Red+Green+Blue) = 165+220+174=559 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.52% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 174 (68.36% from 255 or 31.13% from 559); Max value from RGB is 220 - color contains mainly: green. Hex color #A5DCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DCAE is #5A2351. Grayscale: #C6C6C6. Windows color (decimal): -5907282 or 11459749. OLE color: 11459749.
HSL color Cylindrical-coordinate representation of color #A5DCAE: hue angle of 129.82º degrees, saturation: 0.44, 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 #A5DCAE is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 220 | 174 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.14 |
| HSL | 129.82º | 0.44% | 0.75% | - |
| HSV(B) | 129.82º | 0.25% | 0.86% | - |
| XYZ | 48.75 | 62.24 | 49.49 | - |
| YUV | 198.31 | 114.28 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 220 | 174 | 0.25 | 0 | 0.21 | 0.14 | 129.82 | 0.44 | 0.75 |
| Hex | A5 | DC | AE | 19 | 0 | 15 | E | 82 | 2C | 4B |
| Octal | 245 | 334 | 256 | 31 | 0 | 25 | 16 | 202 | 54 | 113 |
| Binary | 10100101 | 11011100 | 10101110 | 11001 | 0 | 10101 | 1110 | 10000010 | 101100 | 1001011 |
Color Harmonies of #A5DCAE
Complementary color
Monochromatic Colors of #A5DCAE
Black with #A5DCAE
Text Example
Text Example
White with #A5DCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DCAE; }
p { color: rgb(165,220,174); }
H1.HeaderClassName
{
color: #A5DCAE;
}
.AnyTagClassName
{
color: #A5DCAE;
}
</style>
background-color css
<style>
a { background-color: #A5DCAE; }
a { background-color: rgb(165,220,174); }
div.DivClassName
{
background-color: #A5DCAE;
}
.BgClassName
{
background-color: #A5DCAE;
}
</style>
border-color css
<style>
span { border-color: #A5DCAE; }
span { border-color: rgb(165,220,174); }
td.TdClassName
{
border-color: #A5DCAE;
}
.TagClassName
{
border-color: #A5DCAE;
}
</style>