Shades of Celadon #ADEBB2
Tints of Celadon #ADEBB2
RGB
CMYK
RGB Variations
Color information
#ADEBB2 (or 0xADEBB2) is known color: Celadon. HEX triplet: AD, EB and B2. RGB value is (173,235,178). Sum of RGB (Red+Green+Blue) = 173+235+178=586 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.52% from 586); Green value is 235 (92.19% from 255 or 40.10% from 586); Blue value is 178 (69.92% from 255 or 30.38% from 586); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEBB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADEBB2 is #52144D. Grayscale: #D2D2D2. Windows color (decimal): -5379150 or 11725741. OLE color: 11725741.
HSL color Cylindrical-coordinate representation of color #ADEBB2: hue angle of 124.84º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADEBB2 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 235 | 178 | - |
| CMYK | 0.26 | 0 | 0.24 | 0.08 |
| HSL | 124.84º | 0.61% | 0.8% | - |
| HSV(B) | 124.84º | 0.26% | 0.92% | - |
| XYZ | 54.98 | 71.52 | 53.03 | - |
| YUV | 209.96 | 109.96 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 235 | 178 | 0.26 | 0 | 0.24 | 0.08 | 124.84 | 0.61 | 0.8 |
| Hex | AD | EB | B2 | 1A | 0 | 18 | 8 | 7D | 3D | 50 |
| Octal | 255 | 353 | 262 | 32 | 0 | 30 | 10 | 175 | 75 | 120 |
| Binary | 10101101 | 11101011 | 10110010 | 11010 | 0 | 11000 | 1000 | 1111101 | 111101 | 1010000 |
Color Harmonies of #ADEBB2
Complementary color
Monochromatic Colors of #ADEBB2
Black with #ADEBB2
Text Example
Text Example
White with #ADEBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEBB2; }
p { color: rgb(173,235,178); }
H1.HeaderClassName
{
color: #ADEBB2;
}
.AnyTagClassName
{
color: #ADEBB2;
}
</style>
background-color css
<style>
a { background-color: #ADEBB2; }
a { background-color: rgb(173,235,178); }
div.DivClassName
{
background-color: #ADEBB2;
}
.BgClassName
{
background-color: #ADEBB2;
}
</style>
border-color css
<style>
span { border-color: #ADEBB2; }
span { border-color: rgb(173,235,178); }
td.TdClassName
{
border-color: #ADEBB2;
}
.TagClassName
{
border-color: #ADEBB2;
}
</style>