Shades of Celadon #ADEBAF
Tints of Celadon #ADEBAF
RGB
CMYK
RGB Variations
Color information
#ADEBAF (or 0xADEBAF) is known color: Celadon. HEX triplet: AD, EB and AF. RGB value is (173,235,175). Sum of RGB (Red+Green+Blue) = 173+235+175=583 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.67% from 583); Green value is 235 (92.19% from 255 or 40.31% from 583); Blue value is 175 (68.75% from 255 or 30.02% from 583); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEBAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADEBAF is #521450. Grayscale: #D1D1D1. Windows color (decimal): -5379153 or 11529133. OLE color: 11529133.
HSL color Cylindrical-coordinate representation of color #ADEBAF: hue angle of 121.94º 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 #ADEBAF is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 235 | 175 | - |
| CMYK | 0.26 | 0 | 0.26 | 0.08 |
| HSL | 121.94º | 0.61% | 0.8% | - |
| HSV(B) | 121.94º | 0.26% | 0.92% | - |
| XYZ | 54.68 | 71.4 | 51.46 | - |
| YUV | 209.62 | 108.46 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 235 | 175 | 0.26 | 0 | 0.26 | 0.08 | 121.94 | 0.61 | 0.8 |
| Hex | AD | EB | AF | 1A | 0 | 1A | 8 | 7A | 3D | 50 |
| Octal | 255 | 353 | 257 | 32 | 0 | 32 | 10 | 172 | 75 | 120 |
| Binary | 10101101 | 11101011 | 10101111 | 11010 | 0 | 11010 | 1000 | 1111010 | 111101 | 1010000 |
Color Harmonies of #ADEBAF
Complementary color
Monochromatic Colors of #ADEBAF
Black with #ADEBAF
Text Example
Text Example
White with #ADEBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEBAF; }
p { color: rgb(173,235,175); }
H1.HeaderClassName
{
color: #ADEBAF;
}
.AnyTagClassName
{
color: #ADEBAF;
}
</style>
background-color css
<style>
a { background-color: #ADEBAF; }
a { background-color: rgb(173,235,175); }
div.DivClassName
{
background-color: #ADEBAF;
}
.BgClassName
{
background-color: #ADEBAF;
}
</style>
border-color css
<style>
span { border-color: #ADEBAF; }
span { border-color: rgb(173,235,175); }
td.TdClassName
{
border-color: #ADEBAF;
}
.TagClassName
{
border-color: #ADEBAF;
}
</style>