Shades of Celadon #ADE1B4
Tints of Celadon #ADE1B4
RGB
CMYK
RGB Variations
Color information
#ADE1B4 (or 0xADE1B4) is known color: Celadon. HEX triplet: AD, E1 and B4. RGB value is (173,225,180). Sum of RGB (Red+Green+Blue) = 173+225+180=578 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.93% from 578); Green value is 225 (88.28% from 255 or 38.93% from 578); Blue value is 180 (70.70% from 255 or 31.14% from 578); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE1B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE1B4 is #521E4B. Grayscale: #CCCCCC. Windows color (decimal): -5381708 or 11854253. OLE color: 11854253.
HSL color Cylindrical-coordinate representation of color #ADE1B4: hue angle of 128.08º 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 #ADE1B4 is Cyan = 0.23, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 225 | 180 | - |
| CMYK | 0.23 | 0 | 0.2 | 0.12 |
| HSL | 128.08º | 0.46% | 0.78% | - |
| HSV(B) | 128.08º | 0.23% | 0.88% | - |
| XYZ | 52.4 | 66.03 | 53.16 | - |
| YUV | 204.32 | 114.27 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 180 | 0.23 | 0 | 0.2 | 0.12 | 128.08 | 0.46 | 0.78 |
| Hex | AD | E1 | B4 | 17 | 0 | 14 | C | 80 | 2E | 4E |
| Octal | 255 | 341 | 264 | 27 | 0 | 24 | 14 | 200 | 56 | 116 |
| Binary | 10101101 | 11100001 | 10110100 | 10111 | 0 | 10100 | 1100 | 10000000 | 101110 | 1001110 |
Color Harmonies of #ADE1B4
Complementary color
Monochromatic Colors of #ADE1B4
Black with #ADE1B4
Text Example
Text Example
White with #ADE1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE1B4; }
p { color: rgb(173,225,180); }
H1.HeaderClassName
{
color: #ADE1B4;
}
.AnyTagClassName
{
color: #ADE1B4;
}
</style>
background-color css
<style>
a { background-color: #ADE1B4; }
a { background-color: rgb(173,225,180); }
div.DivClassName
{
background-color: #ADE1B4;
}
.BgClassName
{
background-color: #ADE1B4;
}
</style>
border-color css
<style>
span { border-color: #ADE1B4; }
span { border-color: rgb(173,225,180); }
td.TdClassName
{
border-color: #ADE1B4;
}
.TagClassName
{
border-color: #ADE1B4;
}
</style>