Shades of Celadon #ADEBB4
Tints of Celadon #ADEBB4
RGB
CMYK
RGB Variations
Color information
#ADEBB4 (or 0xADEBB4) is known color: Celadon. HEX triplet: AD, EB and B4. RGB value is (173,235,180). Sum of RGB (Red+Green+Blue) = 173+235+180=588 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.42% from 588); Green value is 235 (92.19% from 255 or 39.97% from 588); Blue value is 180 (70.70% from 255 or 30.61% from 588); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEBB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEBB4 is #52144B. Grayscale: #D2D2D2. Windows color (decimal): -5379148 or 11856813. OLE color: 11856813.
HSL color Cylindrical-coordinate representation of color #ADEBB4: hue angle of 126.77º 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 #ADEBB4 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 235 | 180 | - |
| CMYK | 0.26 | 0 | 0.23 | 0.08 |
| HSL | 126.77º | 0.61% | 0.8% | - |
| HSV(B) | 126.77º | 0.26% | 0.92% | - |
| XYZ | 55.18 | 71.6 | 54.09 | - |
| YUV | 210.19 | 110.96 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 235 | 180 | 0.26 | 0 | 0.23 | 0.08 | 126.77 | 0.61 | 0.8 |
| Hex | AD | EB | B4 | 1A | 0 | 17 | 8 | 7F | 3D | 50 |
| Octal | 255 | 353 | 264 | 32 | 0 | 27 | 10 | 177 | 75 | 120 |
| Binary | 10101101 | 11101011 | 10110100 | 11010 | 0 | 10111 | 1000 | 1111111 | 111101 | 1010000 |
Color Harmonies of #ADEBB4
Complementary color
Monochromatic Colors of #ADEBB4
Black with #ADEBB4
Text Example
Text Example
White with #ADEBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEBB4; }
p { color: rgb(173,235,180); }
H1.HeaderClassName
{
color: #ADEBB4;
}
.AnyTagClassName
{
color: #ADEBB4;
}
</style>
background-color css
<style>
a { background-color: #ADEBB4; }
a { background-color: rgb(173,235,180); }
div.DivClassName
{
background-color: #ADEBB4;
}
.BgClassName
{
background-color: #ADEBB4;
}
</style>
border-color css
<style>
span { border-color: #ADEBB4; }
span { border-color: rgb(173,235,180); }
td.TdClassName
{
border-color: #ADEBB4;
}
.TagClassName
{
border-color: #ADEBB4;
}
</style>