Shades of Celadon #ADEBB5
Tints of Celadon #ADEBB5
RGB
CMYK
RGB Variations
Color information
#ADEBB5 (or 0xADEBB5) is known color: Celadon. HEX triplet: AD, EB and B5. RGB value is (173,235,181). Sum of RGB (Red+Green+Blue) = 173+235+181=589 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.37% from 589); Green value is 235 (92.19% from 255 or 39.90% from 589); Blue value is 181 (71.09% from 255 or 30.73% from 589); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEBB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEBB5 is #52144A. Grayscale: #D2D2D2. Windows color (decimal): -5379147 or 11922349. OLE color: 11922349.
HSL color Cylindrical-coordinate representation of color #ADEBB5: hue angle of 127.74º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADEBB5 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 235 | 181 | - |
| CMYK | 0.26 | 0 | 0.23 | 0.08 |
| HSL | 127.74º | 0.61% | 0.8% | - |
| HSV(B) | 127.74º | 0.26% | 0.92% | - |
| XYZ | 55.28 | 71.64 | 54.63 | - |
| YUV | 210.31 | 111.46 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 235 | 181 | 0.26 | 0 | 0.23 | 0.08 | 127.74 | 0.61 | 0.8 |
| Hex | AD | EB | B5 | 1A | 0 | 17 | 8 | 80 | 3D | 50 |
| Octal | 255 | 353 | 265 | 32 | 0 | 27 | 10 | 200 | 75 | 120 |
| Binary | 10101101 | 11101011 | 10110101 | 11010 | 0 | 10111 | 1000 | 10000000 | 111101 | 1010000 |
Color Harmonies of #ADEBB5
Complementary color
Monochromatic Colors of #ADEBB5
Black with #ADEBB5
Text Example
Text Example
White with #ADEBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEBB5; }
p { color: rgb(173,235,181); }
H1.HeaderClassName
{
color: #ADEBB5;
}
.AnyTagClassName
{
color: #ADEBB5;
}
</style>
background-color css
<style>
a { background-color: #ADEBB5; }
a { background-color: rgb(173,235,181); }
div.DivClassName
{
background-color: #ADEBB5;
}
.BgClassName
{
background-color: #ADEBB5;
}
</style>
border-color css
<style>
span { border-color: #ADEBB5; }
span { border-color: rgb(173,235,181); }
td.TdClassName
{
border-color: #ADEBB5;
}
.TagClassName
{
border-color: #ADEBB5;
}
</style>