Shades of Celadon #ADEDB5
Tints of Celadon #ADEDB5
RGB
CMYK
RGB Variations
Color information
#ADEDB5 (or 0xADEDB5) is known color: Celadon. HEX triplet: AD, ED and B5. RGB value is (173,237,181). Sum of RGB (Red+Green+Blue) = 173+237+181=591 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.27% from 591); Green value is 237 (92.97% from 255 or 40.10% from 591); Blue value is 181 (71.09% from 255 or 30.63% from 591); Max value from RGB is 237 - color contains mainly: green. Hex color #ADEDB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEDB5 is #52124A. Grayscale: #D3D3D3. Windows color (decimal): -5378635 or 11922861. OLE color: 11922861.
HSL color Cylindrical-coordinate representation of color #ADEDB5: hue angle of 127.5º degrees, saturation: 0.64, 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 #ADEDB5 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
RGB | 173 | 237 | 181 | - |
CMYK | 0.27 | 0 | 0.24 | 0.07 |
HSL | 127.5º | 0.64% | 0.8% | - |
HSV(B) | 127.5º | 0.27% | 0.93% | - |
XYZ | 55.86 | 72.79 | 54.82 | - |
YUV | 211.48 | 110.8 | 100.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 237 | 181 | 0.27 | 0 | 0.24 | 0.07 | 127.5 | 0.64 | 0.8 |
Hex | AD | ED | B5 | 1B | 0 | 18 | 7 | 80 | 40 | 50 |
Octal | 255 | 355 | 265 | 33 | 0 | 30 | 7 | 200 | 100 | 120 |
Binary | 10101101 | 11101101 | 10110101 | 11011 | 0 | 11000 | 111 | 10000000 | 1000000 | 1010000 |
Color Harmonies of #ADEDB5
Complementary color
Monochromatic Colors of #ADEDB5
Black with #ADEDB5
Text Example
Text Example
White with #ADEDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEDB5; }
p { color: rgb(173,237,181); }
H1.HeaderClassName
{
color: #ADEDB5;
}
.AnyTagClassName
{
color: #ADEDB5;
}
</style>
background-color css
<style>
a { background-color: #ADEDB5; }
a { background-color: rgb(173,237,181); }
div.DivClassName
{
background-color: #ADEDB5;
}
.BgClassName
{
background-color: #ADEDB5;
}
</style>
border-color css
<style>
span { border-color: #ADEDB5; }
span { border-color: rgb(173,237,181); }
td.TdClassName
{
border-color: #ADEDB5;
}
.TagClassName
{
border-color: #ADEDB5;
}
</style>