Shades of Celadon #ADECB1
Tints of Celadon #ADECB1
RGB
CMYK
RGB Variations
Color information
#ADECB1 (or 0xADECB1) is known color: Celadon. HEX triplet: AD, EC and B1. RGB value is (173,236,177). Sum of RGB (Red+Green+Blue) = 173+236+177=586 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.52% from 586); Green value is 236 (92.58% from 255 or 40.27% from 586); Blue value is 177 (69.53% from 255 or 30.20% from 586); Max value from RGB is 236 - color contains mainly: green. Hex color #ADECB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADECB1 is #52134E. Grayscale: #D2D2D2. Windows color (decimal): -5378895 or 11660461. OLE color: 11660461.
HSL color Cylindrical-coordinate representation of color #ADECB1: hue angle of 123.81º 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 #ADECB1 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 236 | 177 | - |
| CMYK | 0.27 | 0 | 0.25 | 0.07 |
| HSL | 123.81º | 0.62% | 0.8% | - |
| HSV(B) | 123.81º | 0.27% | 0.93% | - |
| XYZ | 55.16 | 72.05 | 52.59 | - |
| YUV | 210.44 | 109.13 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 236 | 177 | 0.27 | 0 | 0.25 | 0.07 | 123.81 | 0.62 | 0.8 |
| Hex | AD | EC | B1 | 1B | 0 | 19 | 7 | 7C | 3E | 50 |
| Octal | 255 | 354 | 261 | 33 | 0 | 31 | 7 | 174 | 76 | 120 |
| Binary | 10101101 | 11101100 | 10110001 | 11011 | 0 | 11001 | 111 | 1111100 | 111110 | 1010000 |
Color Harmonies of #ADECB1
Complementary color
Monochromatic Colors of #ADECB1
Black with #ADECB1
Text Example
Text Example
White with #ADECB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADECB1; }
p { color: rgb(173,236,177); }
H1.HeaderClassName
{
color: #ADECB1;
}
.AnyTagClassName
{
color: #ADECB1;
}
</style>
background-color css
<style>
a { background-color: #ADECB1; }
a { background-color: rgb(173,236,177); }
div.DivClassName
{
background-color: #ADECB1;
}
.BgClassName
{
background-color: #ADECB1;
}
</style>
border-color css
<style>
span { border-color: #ADECB1; }
span { border-color: rgb(173,236,177); }
td.TdClassName
{
border-color: #ADECB1;
}
.TagClassName
{
border-color: #ADECB1;
}
</style>