Shades of Celadon #ADECB0
Tints of Celadon #ADECB0
RGB
CMYK
RGB Variations
Color information
#ADECB0 (or 0xADECB0) is known color: Celadon. HEX triplet: AD, EC and B0. RGB value is (173,236,176). Sum of RGB (Red+Green+Blue) = 173+236+176=585 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.57% from 585); Green value is 236 (92.58% from 255 or 40.34% from 585); Blue value is 176 (69.14% from 255 or 30.09% from 585); Max value from RGB is 236 - color contains mainly: green. Hex color #ADECB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADECB0 is #52134F. Grayscale: #D2D2D2. Windows color (decimal): -5378896 or 11594925. OLE color: 11594925.
HSL color Cylindrical-coordinate representation of color #ADECB0: hue angle of 122.86º 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 #ADECB0 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
RGB | 173 | 236 | 176 | - |
CMYK | 0.27 | 0 | 0.25 | 0.07 |
HSL | 122.86º | 0.62% | 0.8% | - |
HSV(B) | 122.86º | 0.27% | 0.93% | - |
XYZ | 55.07 | 72.01 | 52.07 | - |
YUV | 210.32 | 108.63 | 101.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 236 | 176 | 0.27 | 0 | 0.25 | 0.07 | 122.86 | 0.62 | 0.8 |
Hex | AD | EC | B0 | 1B | 0 | 19 | 7 | 7B | 3E | 50 |
Octal | 255 | 354 | 260 | 33 | 0 | 31 | 7 | 173 | 76 | 120 |
Binary | 10101101 | 11101100 | 10110000 | 11011 | 0 | 11001 | 111 | 1111011 | 111110 | 1010000 |
Color Harmonies of #ADECB0
Complementary color
Monochromatic Colors of #ADECB0
Black with #ADECB0
Text Example
Text Example
White with #ADECB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADECB0; }
p { color: rgb(173,236,176); }
H1.HeaderClassName
{
color: #ADECB0;
}
.AnyTagClassName
{
color: #ADECB0;
}
</style>
background-color css
<style>
a { background-color: #ADECB0; }
a { background-color: rgb(173,236,176); }
div.DivClassName
{
background-color: #ADECB0;
}
.BgClassName
{
background-color: #ADECB0;
}
</style>
border-color css
<style>
span { border-color: #ADECB0; }
span { border-color: rgb(173,236,176); }
td.TdClassName
{
border-color: #ADECB0;
}
.TagClassName
{
border-color: #ADECB0;
}
</style>