Shades of Celadon #ADEDB4
Tints of Celadon #ADEDB4
RGB
CMYK
RGB Variations
Color information
#ADEDB4 (or 0xADEDB4) is known color: Celadon. HEX triplet: AD, ED and B4. RGB value is (173,237,180). Sum of RGB (Red+Green+Blue) = 173+237+180=590 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.32% from 590); Green value is 237 (92.97% from 255 or 40.17% from 590); Blue value is 180 (70.70% from 255 or 30.51% from 590); Max value from RGB is 237 - color contains mainly: green. Hex color #ADEDB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEDB4 is #52124B. Grayscale: #D3D3D3. Windows color (decimal): -5378636 or 11857325. OLE color: 11857325.
HSL color Cylindrical-coordinate representation of color #ADEDB4: hue angle of 126.56º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADEDB4 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 237 | 180 | - |
| CMYK | 0.27 | 0 | 0.24 | 0.07 |
| HSL | 126.56º | 0.64% | 0.8% | - |
| HSV(B) | 126.56º | 0.27% | 0.93% | - |
| XYZ | 55.76 | 72.75 | 54.28 | - |
| YUV | 211.37 | 110.3 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 237 | 180 | 0.27 | 0 | 0.24 | 0.07 | 126.56 | 0.64 | 0.8 |
| Hex | AD | ED | B4 | 1B | 0 | 18 | 7 | 7F | 40 | 50 |
| Octal | 255 | 355 | 264 | 33 | 0 | 30 | 7 | 177 | 100 | 120 |
| Binary | 10101101 | 11101101 | 10110100 | 11011 | 0 | 11000 | 111 | 1111111 | 1000000 | 1010000 |
Color Harmonies of #ADEDB4
Complementary color
Monochromatic Colors of #ADEDB4
Black with #ADEDB4
Text Example
Text Example
White with #ADEDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEDB4; }
p { color: rgb(173,237,180); }
H1.HeaderClassName
{
color: #ADEDB4;
}
.AnyTagClassName
{
color: #ADEDB4;
}
</style>
background-color css
<style>
a { background-color: #ADEDB4; }
a { background-color: rgb(173,237,180); }
div.DivClassName
{
background-color: #ADEDB4;
}
.BgClassName
{
background-color: #ADEDB4;
}
</style>
border-color css
<style>
span { border-color: #ADEDB4; }
span { border-color: rgb(173,237,180); }
td.TdClassName
{
border-color: #ADEDB4;
}
.TagClassName
{
border-color: #ADEDB4;
}
</style>