Shades of Celadon #ADE5B0
Tints of Celadon #ADE5B0
RGB
CMYK
RGB Variations
Color information
#ADE5B0 (or 0xADE5B0) is known color: Celadon. HEX triplet: AD, E5 and B0. RGB value is (173,229,176). Sum of RGB (Red+Green+Blue) = 173+229+176=578 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.93% from 578); Green value is 229 (89.84% from 255 or 39.62% from 578); Blue value is 176 (69.14% from 255 or 30.45% from 578); Max value from RGB is 229 - color contains mainly: green. Hex color #ADE5B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE5B0 is #521A4F. Grayscale: #CECECE. Windows color (decimal): -5380688 or 11593133. OLE color: 11593133.
HSL color Cylindrical-coordinate representation of color #ADE5B0: hue angle of 123.21º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADE5B0 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 229 | 176 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.10 |
| HSL | 123.21º | 0.52% | 0.79% | - |
| HSV(B) | 123.21º | 0.24% | 0.9% | - |
| XYZ | 53.09 | 68.06 | 51.41 | - |
| YUV | 206.21 | 110.95 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 229 | 176 | 0.24 | 0 | 0.23 | 0.10 | 123.21 | 0.52 | 0.79 |
| Hex | AD | E5 | B0 | 18 | 0 | 17 | A | 7B | 34 | 4F |
| Octal | 255 | 345 | 260 | 30 | 0 | 27 | 12 | 173 | 64 | 117 |
| Binary | 10101101 | 11100101 | 10110000 | 11000 | 0 | 10111 | 1010 | 1111011 | 110100 | 1001111 |
Color Harmonies of #ADE5B0
Complementary color
Monochromatic Colors of #ADE5B0
Black with #ADE5B0
Text Example
Text Example
White with #ADE5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE5B0; }
p { color: rgb(173,229,176); }
H1.HeaderClassName
{
color: #ADE5B0;
}
.AnyTagClassName
{
color: #ADE5B0;
}
</style>
background-color css
<style>
a { background-color: #ADE5B0; }
a { background-color: rgb(173,229,176); }
div.DivClassName
{
background-color: #ADE5B0;
}
.BgClassName
{
background-color: #ADE5B0;
}
</style>
border-color css
<style>
span { border-color: #ADE5B0; }
span { border-color: rgb(173,229,176); }
td.TdClassName
{
border-color: #ADE5B0;
}
.TagClassName
{
border-color: #ADE5B0;
}
</style>