Shades of Celadon #A1DDA5
Tints of Celadon #A1DDA5
RGB
CMYK
RGB Variations
Color information
#A1DDA5 (or 0xA1DDA5) is known color: Celadon. HEX triplet: A1, DD and A5. RGB value is (161,221,165). Sum of RGB (Red+Green+Blue) = 161+221+165=547 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.43% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 165 (64.84% from 255 or 30.16% from 547); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DDA5 is #5E225A. Grayscale: #C4C4C4. Windows color (decimal): -6169179 or 10870177. OLE color: 10870177.
HSL color Cylindrical-coordinate representation of color #A1DDA5: hue angle of 124º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1DDA5 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 221 | 165 | - |
| CMYK | 0.27 | 0 | 0.25 | 0.13 |
| HSL | 124º | 0.47% | 0.75% | - |
| HSV(B) | 124º | 0.27% | 0.87% | - |
| XYZ | 47.35 | 62.01 | 45.07 | - |
| YUV | 196.68 | 110.12 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 221 | 165 | 0.27 | 0 | 0.25 | 0.13 | 124 | 0.47 | 0.75 |
| Hex | A1 | DD | A5 | 1B | 0 | 19 | D | 7C | 2F | 4B |
| Octal | 241 | 335 | 245 | 33 | 0 | 31 | 15 | 174 | 57 | 113 |
| Binary | 10100001 | 11011101 | 10100101 | 11011 | 0 | 11001 | 1101 | 1111100 | 101111 | 1001011 |
Color Harmonies of #A1DDA5
Complementary color
Monochromatic Colors of #A1DDA5
Black with #A1DDA5
Text Example
Text Example
White with #A1DDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DDA5; }
p { color: rgb(161,221,165); }
H1.HeaderClassName
{
color: #A1DDA5;
}
.AnyTagClassName
{
color: #A1DDA5;
}
</style>
background-color css
<style>
a { background-color: #A1DDA5; }
a { background-color: rgb(161,221,165); }
div.DivClassName
{
background-color: #A1DDA5;
}
.BgClassName
{
background-color: #A1DDA5;
}
</style>
border-color css
<style>
span { border-color: #A1DDA5; }
span { border-color: rgb(161,221,165); }
td.TdClassName
{
border-color: #A1DDA5;
}
.TagClassName
{
border-color: #A1DDA5;
}
</style>