Shades of Celadon #A5DDB0
Tints of Celadon #A5DDB0
RGB
CMYK
RGB Variations
Color information
#A5DDB0 (or 0xA5DDB0) is known color: Celadon. HEX triplet: A5, DD and B0. RGB value is (165,221,176). Sum of RGB (Red+Green+Blue) = 165+221+176=562 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.36% from 562); Green value is 221 (86.72% from 255 or 39.32% from 562); Blue value is 176 (69.14% from 255 or 31.32% from 562); Max value from RGB is 221 - color contains mainly: green. Hex color #A5DDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DDB0 is #5A224F. Grayscale: #C7C7C7. Windows color (decimal): -5907024 or 11591077. OLE color: 11591077.
HSL color Cylindrical-coordinate representation of color #A5DDB0: hue angle of 131.79º 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 #A5DDB0 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 221 | 176 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.13 |
| HSL | 131.79º | 0.45% | 0.76% | - |
| HSV(B) | 131.79º | 0.25% | 0.87% | - |
| XYZ | 49.21 | 62.85 | 50.61 | - |
| YUV | 199.13 | 114.95 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 221 | 176 | 0.25 | 0 | 0.20 | 0.13 | 131.79 | 0.45 | 0.76 |
| Hex | A5 | DD | B0 | 19 | 0 | 14 | D | 84 | 2D | 4C |
| Octal | 245 | 335 | 260 | 31 | 0 | 24 | 15 | 204 | 55 | 114 |
| Binary | 10100101 | 11011101 | 10110000 | 11001 | 0 | 10100 | 1101 | 10000100 | 101101 | 1001100 |
Color Harmonies of #A5DDB0
Complementary color
Monochromatic Colors of #A5DDB0
Black with #A5DDB0
Text Example
Text Example
White with #A5DDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DDB0; }
p { color: rgb(165,221,176); }
H1.HeaderClassName
{
color: #A5DDB0;
}
.AnyTagClassName
{
color: #A5DDB0;
}
</style>
background-color css
<style>
a { background-color: #A5DDB0; }
a { background-color: rgb(165,221,176); }
div.DivClassName
{
background-color: #A5DDB0;
}
.BgClassName
{
background-color: #A5DDB0;
}
</style>
border-color css
<style>
span { border-color: #A5DDB0; }
span { border-color: rgb(165,221,176); }
td.TdClassName
{
border-color: #A5DDB0;
}
.TagClassName
{
border-color: #A5DDB0;
}
</style>