Shades of Celadon #ADE0B2
Tints of Celadon #ADE0B2
RGB
CMYK
RGB Variations
Color information
#ADE0B2 (or 0xADE0B2) is known color: Celadon. HEX triplet: AD, E0 and B2. RGB value is (173,224,178). Sum of RGB (Red+Green+Blue) = 173+224+178=575 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.09% from 575); Green value is 224 (87.89% from 255 or 38.96% from 575); Blue value is 178 (69.92% from 255 or 30.96% from 575); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE0B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE0B2 is #521F4D. Grayscale: #CBCBCB. Windows color (decimal): -5381966 or 11722925. OLE color: 11722925.
HSL color Cylindrical-coordinate representation of color #ADE0B2: hue angle of 125.88º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADE0B2 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 224 | 178 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.12 |
| HSL | 125.88º | 0.45% | 0.78% | - |
| HSV(B) | 125.88º | 0.23% | 0.88% | - |
| XYZ | 51.93 | 65.41 | 52.01 | - |
| YUV | 203.51 | 113.6 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 178 | 0.23 | 0 | 0.21 | 0.12 | 125.88 | 0.45 | 0.78 |
| Hex | AD | E0 | B2 | 17 | 0 | 15 | C | 7E | 2D | 4E |
| Octal | 255 | 340 | 262 | 27 | 0 | 25 | 14 | 176 | 55 | 116 |
| Binary | 10101101 | 11100000 | 10110010 | 10111 | 0 | 10101 | 1100 | 1111110 | 101101 | 1001110 |
Color Harmonies of #ADE0B2
Complementary color
Monochromatic Colors of #ADE0B2
Black with #ADE0B2
Text Example
Text Example
White with #ADE0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE0B2; }
p { color: rgb(173,224,178); }
H1.HeaderClassName
{
color: #ADE0B2;
}
.AnyTagClassName
{
color: #ADE0B2;
}
</style>
background-color css
<style>
a { background-color: #ADE0B2; }
a { background-color: rgb(173,224,178); }
div.DivClassName
{
background-color: #ADE0B2;
}
.BgClassName
{
background-color: #ADE0B2;
}
</style>
border-color css
<style>
span { border-color: #ADE0B2; }
span { border-color: rgb(173,224,178); }
td.TdClassName
{
border-color: #ADE0B2;
}
.TagClassName
{
border-color: #ADE0B2;
}
</style>