Shades of Celadon #ADE2B0
Tints of Celadon #ADE2B0
RGB
CMYK
RGB Variations
Color information
#ADE2B0 (or 0xADE2B0) is known color: Celadon. HEX triplet: AD, E2 and B0. RGB value is (173,226,176). Sum of RGB (Red+Green+Blue) = 173+226+176=575 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.09% from 575); Green value is 226 (88.67% from 255 or 39.30% from 575); Blue value is 176 (69.14% from 255 or 30.61% from 575); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE2B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE2B0 is #521D4F. Grayscale: #CCCCCC. Windows color (decimal): -5381456 or 11592365. OLE color: 11592365.
HSL color Cylindrical-coordinate representation of color #ADE2B0: hue angle of 123.4º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADE2B0 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
RGB | 173 | 226 | 176 | - |
CMYK | 0.23 | 0 | 0.22 | 0.11 |
HSL | 123.4º | 0.48% | 0.78% | - |
HSV(B) | 123.4º | 0.23% | 0.89% | - |
XYZ | 52.27 | 66.41 | 51.14 | - |
YUV | 204.45 | 111.94 | 105.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 226 | 176 | 0.23 | 0 | 0.22 | 0.11 | 123.4 | 0.48 | 0.78 |
Hex | AD | E2 | B0 | 17 | 0 | 16 | B | 7B | 30 | 4E |
Octal | 255 | 342 | 260 | 27 | 0 | 26 | 13 | 173 | 60 | 116 |
Binary | 10101101 | 11100010 | 10110000 | 10111 | 0 | 10110 | 1011 | 1111011 | 110000 | 1001110 |
Color Harmonies of #ADE2B0
Complementary color
Monochromatic Colors of #ADE2B0
Black with #ADE2B0
Text Example
Text Example
White with #ADE2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE2B0; }
p { color: rgb(173,226,176); }
H1.HeaderClassName
{
color: #ADE2B0;
}
.AnyTagClassName
{
color: #ADE2B0;
}
</style>
background-color css
<style>
a { background-color: #ADE2B0; }
a { background-color: rgb(173,226,176); }
div.DivClassName
{
background-color: #ADE2B0;
}
.BgClassName
{
background-color: #ADE2B0;
}
</style>
border-color css
<style>
span { border-color: #ADE2B0; }
span { border-color: rgb(173,226,176); }
td.TdClassName
{
border-color: #ADE2B0;
}
.TagClassName
{
border-color: #ADE2B0;
}
</style>