Shades of Celadon #ADEDAF
Tints of Celadon #ADEDAF
RGB
CMYK
RGB Variations
Color information
#ADEDAF (or 0xADEDAF) is known color: Celadon. HEX triplet: AD, ED and AF. RGB value is (173,237,175). Sum of RGB (Red+Green+Blue) = 173+237+175=585 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.57% from 585); Green value is 237 (92.97% from 255 or 40.51% from 585); Blue value is 175 (68.75% from 255 or 29.91% from 585); Max value from RGB is 237 - color contains mainly: green. Hex color #ADEDAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADEDAF is #521250. Grayscale: #D2D2D2. Windows color (decimal): -5378641 or 11529645. OLE color: 11529645.
HSL color Cylindrical-coordinate representation of color #ADEDAF: hue angle of 121.88º 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 #ADEDAF is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 237 | 175 | - |
| CMYK | 0.27 | 0 | 0.26 | 0.07 |
| HSL | 121.88º | 0.64% | 0.8% | - |
| HSV(B) | 121.88º | 0.27% | 0.93% | - |
| XYZ | 55.26 | 72.55 | 51.65 | - |
| YUV | 210.8 | 107.8 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 237 | 175 | 0.27 | 0 | 0.26 | 0.07 | 121.88 | 0.64 | 0.8 |
| Hex | AD | ED | AF | 1B | 0 | 1A | 7 | 7A | 40 | 50 |
| Octal | 255 | 355 | 257 | 33 | 0 | 32 | 7 | 172 | 100 | 120 |
| Binary | 10101101 | 11101101 | 10101111 | 11011 | 0 | 11010 | 111 | 1111010 | 1000000 | 1010000 |
Color Harmonies of #ADEDAF
Complementary color
Monochromatic Colors of #ADEDAF
Black with #ADEDAF
Text Example
Text Example
White with #ADEDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEDAF; }
p { color: rgb(173,237,175); }
H1.HeaderClassName
{
color: #ADEDAF;
}
.AnyTagClassName
{
color: #ADEDAF;
}
</style>
background-color css
<style>
a { background-color: #ADEDAF; }
a { background-color: rgb(173,237,175); }
div.DivClassName
{
background-color: #ADEDAF;
}
.BgClassName
{
background-color: #ADEDAF;
}
</style>
border-color css
<style>
span { border-color: #ADEDAF; }
span { border-color: rgb(173,237,175); }
td.TdClassName
{
border-color: #ADEDAF;
}
.TagClassName
{
border-color: #ADEDAF;
}
</style>