Shades of Celadon #ADE1B1
Tints of Celadon #ADE1B1
RGB
CMYK
RGB Variations
Color information
#ADE1B1 (or 0xADE1B1) is known color: Celadon. HEX triplet: AD, E1 and B1. RGB value is (173,225,177). Sum of RGB (Red+Green+Blue) = 173+225+177=575 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.09% from 575); Green value is 225 (88.28% from 255 or 39.13% from 575); Blue value is 177 (69.53% from 255 or 30.78% from 575); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE1B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE1B1 is #521E4E. Grayscale: #CCCCCC. Windows color (decimal): -5381711 or 11657645. OLE color: 11657645.
HSL color Cylindrical-coordinate representation of color #ADE1B1: hue angle of 124.62º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADE1B1 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 225 | 177 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.12 |
| HSL | 124.62º | 0.46% | 0.78% | - |
| HSV(B) | 124.62º | 0.23% | 0.88% | - |
| XYZ | 52.09 | 65.91 | 51.57 | - |
| YUV | 203.98 | 112.77 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 177 | 0.23 | 0 | 0.21 | 0.12 | 124.62 | 0.46 | 0.78 |
| Hex | AD | E1 | B1 | 17 | 0 | 15 | C | 7D | 2E | 4E |
| Octal | 255 | 341 | 261 | 27 | 0 | 25 | 14 | 175 | 56 | 116 |
| Binary | 10101101 | 11100001 | 10110001 | 10111 | 0 | 10101 | 1100 | 1111101 | 101110 | 1001110 |
Color Harmonies of #ADE1B1
Complementary color
Monochromatic Colors of #ADE1B1
Black with #ADE1B1
Text Example
Text Example
White with #ADE1B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE1B1; }
p { color: rgb(173,225,177); }
H1.HeaderClassName
{
color: #ADE1B1;
}
.AnyTagClassName
{
color: #ADE1B1;
}
</style>
background-color css
<style>
a { background-color: #ADE1B1; }
a { background-color: rgb(173,225,177); }
div.DivClassName
{
background-color: #ADE1B1;
}
.BgClassName
{
background-color: #ADE1B1;
}
</style>
border-color css
<style>
span { border-color: #ADE1B1; }
span { border-color: rgb(173,225,177); }
td.TdClassName
{
border-color: #ADE1B1;
}
.TagClassName
{
border-color: #ADE1B1;
}
</style>