Shades of Celadon #ADECB5
Tints of Celadon #ADECB5
RGB
CMYK
RGB Variations
Color information
#ADECB5 (or 0xADECB5) is known color: Celadon. HEX triplet: AD, EC and B5. RGB value is (173,236,181). Sum of RGB (Red+Green+Blue) = 173+236+181=590 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.32% from 590); Green value is 236 (92.58% from 255 or 40% from 590); Blue value is 181 (71.09% from 255 or 30.68% from 590); Max value from RGB is 236 - color contains mainly: green. Hex color #ADECB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADECB5 is #52134A. Grayscale: #D3D3D3. Windows color (decimal): -5378891 or 11922605. OLE color: 11922605.
HSL color Cylindrical-coordinate representation of color #ADECB5: hue angle of 127.62º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADECB5 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
RGB | 173 | 236 | 181 | - |
CMYK | 0.27 | 0 | 0.23 | 0.07 |
HSL | 127.62º | 0.62% | 0.8% | - |
HSV(B) | 127.62º | 0.27% | 0.93% | - |
XYZ | 55.57 | 72.21 | 54.73 | - |
YUV | 210.89 | 111.13 | 100.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 236 | 181 | 0.27 | 0 | 0.23 | 0.07 | 127.62 | 0.62 | 0.8 |
Hex | AD | EC | B5 | 1B | 0 | 17 | 7 | 80 | 3E | 50 |
Octal | 255 | 354 | 265 | 33 | 0 | 27 | 7 | 200 | 76 | 120 |
Binary | 10101101 | 11101100 | 10110101 | 11011 | 0 | 10111 | 111 | 10000000 | 111110 | 1010000 |
Color Harmonies of #ADECB5
Complementary color
Monochromatic Colors of #ADECB5
Black with #ADECB5
Text Example
Text Example
White with #ADECB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADECB5; }
p { color: rgb(173,236,181); }
H1.HeaderClassName
{
color: #ADECB5;
}
.AnyTagClassName
{
color: #ADECB5;
}
</style>
background-color css
<style>
a { background-color: #ADECB5; }
a { background-color: rgb(173,236,181); }
div.DivClassName
{
background-color: #ADECB5;
}
.BgClassName
{
background-color: #ADECB5;
}
</style>
border-color css
<style>
span { border-color: #ADECB5; }
span { border-color: rgb(173,236,181); }
td.TdClassName
{
border-color: #ADECB5;
}
.TagClassName
{
border-color: #ADECB5;
}
</style>