Shades of Celadon #ADEEAC
Tints of Celadon #ADEEAC
RGB
CMYK
RGB Variations
Color information
#ADEEAC (or 0xADEEAC) is known color: Celadon. HEX triplet: AD, EE and AC. RGB value is (173,238,172). Sum of RGB (Red+Green+Blue) = 173+238+172=583 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.67% from 583); Green value is 238 (93.36% from 255 or 40.82% from 583); Blue value is 172 (67.58% from 255 or 29.50% from 583); Max value from RGB is 238 - color contains mainly: green. Hex color #ADEEAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADEEAC is #521153. Grayscale: #D3D3D3. Windows color (decimal): -5378388 or 11333293. OLE color: 11333293.
HSL color Cylindrical-coordinate representation of color #ADEEAC: hue angle of 119.09º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADEEAC is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 238 | 172 | - |
| CMYK | 0.27 | 0 | 0.28 | 0.07 |
| HSL | 119.09º | 0.66% | 0.8% | - |
| HSV(B) | 119.09º | 0.28% | 0.93% | - |
| XYZ | 55.25 | 73.01 | 50.21 | - |
| YUV | 211.04 | 105.97 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 238 | 172 | 0.27 | 0 | 0.28 | 0.07 | 119.09 | 0.66 | 0.8 |
| Hex | AD | EE | AC | 1B | 0 | 1C | 7 | 77 | 42 | 50 |
| Octal | 255 | 356 | 254 | 33 | 0 | 34 | 7 | 167 | 102 | 120 |
| Binary | 10101101 | 11101110 | 10101100 | 11011 | 0 | 11100 | 111 | 1110111 | 1000010 | 1010000 |
Color Harmonies of #ADEEAC
Complementary color
Monochromatic Colors of #ADEEAC
Black with #ADEEAC
Text Example
Text Example
White with #ADEEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEEAC; }
p { color: rgb(173,238,172); }
H1.HeaderClassName
{
color: #ADEEAC;
}
.AnyTagClassName
{
color: #ADEEAC;
}
</style>
background-color css
<style>
a { background-color: #ADEEAC; }
a { background-color: rgb(173,238,172); }
div.DivClassName
{
background-color: #ADEEAC;
}
.BgClassName
{
background-color: #ADEEAC;
}
</style>
border-color css
<style>
span { border-color: #ADEEAC; }
span { border-color: rgb(173,238,172); }
td.TdClassName
{
border-color: #ADEEAC;
}
.TagClassName
{
border-color: #ADEEAC;
}
</style>