Shades of Celadon #ADE3B0
Tints of Celadon #ADE3B0
RGB
CMYK
RGB Variations
Color information
#ADE3B0 (or 0xADE3B0) is known color: Celadon. HEX triplet: AD, E3 and B0. RGB value is (173,227,176). Sum of RGB (Red+Green+Blue) = 173+227+176=576 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.03% from 576); Green value is 227 (89.06% from 255 or 39.41% from 576); Blue value is 176 (69.14% from 255 or 30.56% from 576); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE3B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE3B0 is #521C4F. Grayscale: #CDCDCD. Windows color (decimal): -5381200 or 11592621. OLE color: 11592621.
HSL color Cylindrical-coordinate representation of color #ADE3B0: hue angle of 123.33º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADE3B0 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 176 | - |
| CMYK | 0.24 | 0 | 0.22 | 0.11 |
| HSL | 123.33º | 0.49% | 0.78% | - |
| HSV(B) | 123.33º | 0.24% | 0.89% | - |
| XYZ | 52.54 | 66.96 | 51.23 | - |
| YUV | 205.04 | 111.61 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 176 | 0.24 | 0 | 0.22 | 0.11 | 123.33 | 0.49 | 0.78 |
| Hex | AD | E3 | B0 | 18 | 0 | 16 | B | 7B | 31 | 4E |
| Octal | 255 | 343 | 260 | 30 | 0 | 26 | 13 | 173 | 61 | 116 |
| Binary | 10101101 | 11100011 | 10110000 | 11000 | 0 | 10110 | 1011 | 1111011 | 110001 | 1001110 |
Color Harmonies of #ADE3B0
Complementary color
Monochromatic Colors of #ADE3B0
Black with #ADE3B0
Text Example
Text Example
White with #ADE3B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE3B0; }
p { color: rgb(173,227,176); }
H1.HeaderClassName
{
color: #ADE3B0;
}
.AnyTagClassName
{
color: #ADE3B0;
}
</style>
background-color css
<style>
a { background-color: #ADE3B0; }
a { background-color: rgb(173,227,176); }
div.DivClassName
{
background-color: #ADE3B0;
}
.BgClassName
{
background-color: #ADE3B0;
}
</style>
border-color css
<style>
span { border-color: #ADE3B0; }
span { border-color: rgb(173,227,176); }
td.TdClassName
{
border-color: #ADE3B0;
}
.TagClassName
{
border-color: #ADE3B0;
}
</style>