Shades of Celadon #ADECAE
Tints of Celadon #ADECAE
RGB
CMYK
RGB Variations
Color information
#ADECAE (or 0xADECAE) is known color: Celadon. HEX triplet: AD, EC and AE. RGB value is (173,236,174). Sum of RGB (Red+Green+Blue) = 173+236+174=583 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.67% from 583); Green value is 236 (92.58% from 255 or 40.48% from 583); Blue value is 174 (68.36% from 255 or 29.85% from 583); Max value from RGB is 236 - color contains mainly: green. Hex color #ADECAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADECAE is #521351. Grayscale: #D2D2D2. Windows color (decimal): -5378898 or 11463853. OLE color: 11463853.
HSL color Cylindrical-coordinate representation of color #ADECAE: hue angle of 120.95º 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 #ADECAE is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 236 | 174 | - |
| CMYK | 0.27 | 0 | 0.26 | 0.07 |
| HSL | 120.95º | 0.62% | 0.8% | - |
| HSV(B) | 120.95º | 0.27% | 0.93% | - |
| XYZ | 54.87 | 71.93 | 51.04 | - |
| YUV | 210.1 | 107.63 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 236 | 174 | 0.27 | 0 | 0.26 | 0.07 | 120.95 | 0.62 | 0.8 |
| Hex | AD | EC | AE | 1B | 0 | 1A | 7 | 79 | 3E | 50 |
| Octal | 255 | 354 | 256 | 33 | 0 | 32 | 7 | 171 | 76 | 120 |
| Binary | 10101101 | 11101100 | 10101110 | 11011 | 0 | 11010 | 111 | 1111001 | 111110 | 1010000 |
Color Harmonies of #ADECAE
Complementary color
Monochromatic Colors of #ADECAE
Black with #ADECAE
Text Example
Text Example
White with #ADECAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADECAE; }
p { color: rgb(173,236,174); }
H1.HeaderClassName
{
color: #ADECAE;
}
.AnyTagClassName
{
color: #ADECAE;
}
</style>
background-color css
<style>
a { background-color: #ADECAE; }
a { background-color: rgb(173,236,174); }
div.DivClassName
{
background-color: #ADECAE;
}
.BgClassName
{
background-color: #ADECAE;
}
</style>
border-color css
<style>
span { border-color: #ADECAE; }
span { border-color: rgb(173,236,174); }
td.TdClassName
{
border-color: #ADECAE;
}
.TagClassName
{
border-color: #ADECAE;
}
</style>