Shades of Celadon #A5DDAC
Tints of Celadon #A5DDAC
RGB
CMYK
RGB Variations
Color information
#A5DDAC (or 0xA5DDAC) is known color: Celadon. HEX triplet: A5, DD and AC. RGB value is (165,221,172). Sum of RGB (Red+Green+Blue) = 165+221+172=558 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.57% from 558); Green value is 221 (86.72% from 255 or 39.61% from 558); Blue value is 172 (67.58% from 255 or 30.82% from 558); Max value from RGB is 221 - color contains mainly: green. Hex color #A5DDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DDAC is #5A2253. Grayscale: #C6C6C6. Windows color (decimal): -5907028 or 11328933. OLE color: 11328933.
HSL color Cylindrical-coordinate representation of color #A5DDAC: hue angle of 127.5º 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 #A5DDAC is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 221 | 172 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.13 |
| HSL | 127.5º | 0.45% | 0.76% | - |
| HSV(B) | 127.5º | 0.25% | 0.87% | - |
| XYZ | 48.82 | 62.69 | 48.56 | - |
| YUV | 198.67 | 112.95 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 221 | 172 | 0.25 | 0 | 0.22 | 0.13 | 127.5 | 0.45 | 0.76 |
| Hex | A5 | DD | AC | 19 | 0 | 16 | D | 80 | 2D | 4C |
| Octal | 245 | 335 | 254 | 31 | 0 | 26 | 15 | 200 | 55 | 114 |
| Binary | 10100101 | 11011101 | 10101100 | 11001 | 0 | 10110 | 1101 | 10000000 | 101101 | 1001100 |
Color Harmonies of #A5DDAC
Complementary color
Monochromatic Colors of #A5DDAC
Black with #A5DDAC
Text Example
Text Example
White with #A5DDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DDAC; }
p { color: rgb(165,221,172); }
H1.HeaderClassName
{
color: #A5DDAC;
}
.AnyTagClassName
{
color: #A5DDAC;
}
</style>
background-color css
<style>
a { background-color: #A5DDAC; }
a { background-color: rgb(165,221,172); }
div.DivClassName
{
background-color: #A5DDAC;
}
.BgClassName
{
background-color: #A5DDAC;
}
</style>
border-color css
<style>
span { border-color: #A5DDAC; }
span { border-color: rgb(165,221,172); }
td.TdClassName
{
border-color: #A5DDAC;
}
.TagClassName
{
border-color: #A5DDAC;
}
</style>