Shades of Celadon #ADE8B3
Tints of Celadon #ADE8B3
RGB
CMYK
RGB Variations
Color information
#ADE8B3 (or 0xADE8B3) is known color: Celadon. HEX triplet: AD, E8 and B3. RGB value is (173,232,179). Sum of RGB (Red+Green+Blue) = 173+232+179=584 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.62% from 584); Green value is 232 (91.02% from 255 or 39.73% from 584); Blue value is 179 (70.31% from 255 or 30.65% from 584); Max value from RGB is 232 - color contains mainly: green. Hex color #ADE8B3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE8B3 is #52174C. Grayscale: #D0D0D0. Windows color (decimal): -5379917 or 11790509. OLE color: 11790509.
HSL color Cylindrical-coordinate representation of color #ADE8B3: hue angle of 126.1º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADE8B3 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 232 | 179 | - |
| CMYK | 0.25 | 0 | 0.23 | 0.09 |
| HSL | 126.1º | 0.56% | 0.79% | - |
| HSV(B) | 126.1º | 0.25% | 0.91% | - |
| XYZ | 54.23 | 69.85 | 53.27 | - |
| YUV | 208.32 | 111.45 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 232 | 179 | 0.25 | 0 | 0.23 | 0.09 | 126.1 | 0.56 | 0.79 |
| Hex | AD | E8 | B3 | 19 | 0 | 17 | 9 | 7E | 38 | 4F |
| Octal | 255 | 350 | 263 | 31 | 0 | 27 | 11 | 176 | 70 | 117 |
| Binary | 10101101 | 11101000 | 10110011 | 11001 | 0 | 10111 | 1001 | 1111110 | 111000 | 1001111 |
Color Harmonies of #ADE8B3
Complementary color
Monochromatic Colors of #ADE8B3
Black with #ADE8B3
Text Example
Text Example
White with #ADE8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE8B3; }
p { color: rgb(173,232,179); }
H1.HeaderClassName
{
color: #ADE8B3;
}
.AnyTagClassName
{
color: #ADE8B3;
}
</style>
background-color css
<style>
a { background-color: #ADE8B3; }
a { background-color: rgb(173,232,179); }
div.DivClassName
{
background-color: #ADE8B3;
}
.BgClassName
{
background-color: #ADE8B3;
}
</style>
border-color css
<style>
span { border-color: #ADE8B3; }
span { border-color: rgb(173,232,179); }
td.TdClassName
{
border-color: #ADE8B3;
}
.TagClassName
{
border-color: #ADE8B3;
}
</style>