Shades of Celadon #ADECB3
Tints of Celadon #ADECB3
RGB
CMYK
RGB Variations
Color information
#ADECB3 (or 0xADECB3) is known color: Celadon. HEX triplet: AD, EC and B3. RGB value is (173,236,179). Sum of RGB (Red+Green+Blue) = 173+236+179=588 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.42% from 588); Green value is 236 (92.58% from 255 or 40.14% from 588); Blue value is 179 (70.31% from 255 or 30.44% from 588); Max value from RGB is 236 - color contains mainly: green. Hex color #ADECB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADECB3 is #52134C. Grayscale: #D2D2D2. Windows color (decimal): -5378893 or 11791533. OLE color: 11791533.
HSL color Cylindrical-coordinate representation of color #ADECB3: hue angle of 125.71º 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 #ADECB3 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 236 | 179 | - |
| CMYK | 0.27 | 0 | 0.24 | 0.07 |
| HSL | 125.71º | 0.62% | 0.8% | - |
| HSV(B) | 125.71º | 0.27% | 0.93% | - |
| XYZ | 55.37 | 72.13 | 53.65 | - |
| YUV | 210.67 | 110.13 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 236 | 179 | 0.27 | 0 | 0.24 | 0.07 | 125.71 | 0.62 | 0.8 |
| Hex | AD | EC | B3 | 1B | 0 | 18 | 7 | 7E | 3E | 50 |
| Octal | 255 | 354 | 263 | 33 | 0 | 30 | 7 | 176 | 76 | 120 |
| Binary | 10101101 | 11101100 | 10110011 | 11011 | 0 | 11000 | 111 | 1111110 | 111110 | 1010000 |
Color Harmonies of #ADECB3
Complementary color
Monochromatic Colors of #ADECB3
Black with #ADECB3
Text Example
Text Example
White with #ADECB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADECB3; }
p { color: rgb(173,236,179); }
H1.HeaderClassName
{
color: #ADECB3;
}
.AnyTagClassName
{
color: #ADECB3;
}
</style>
background-color css
<style>
a { background-color: #ADECB3; }
a { background-color: rgb(173,236,179); }
div.DivClassName
{
background-color: #ADECB3;
}
.BgClassName
{
background-color: #ADECB3;
}
</style>
border-color css
<style>
span { border-color: #ADECB3; }
span { border-color: rgb(173,236,179); }
td.TdClassName
{
border-color: #ADECB3;
}
.TagClassName
{
border-color: #ADECB3;
}
</style>