Shades of Celadon #ADDAB4
Tints of Celadon #ADDAB4
RGB
CMYK
RGB Variations
Color information
#ADDAB4 (or 0xADDAB4) is known color: Celadon. HEX triplet: AD, DA and B4. RGB value is (173,218,180). Sum of RGB (Red+Green+Blue) = 173+218+180=571 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.30% from 571); Green value is 218 (85.55% from 255 or 38.18% from 571); Blue value is 180 (70.70% from 255 or 31.52% from 571); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDAB4 is #52254B. Grayscale: #C8C8C8. Windows color (decimal): -5383500 or 11852461. OLE color: 11852461.
HSL color Cylindrical-coordinate representation of color #ADDAB4: hue angle of 129.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADDAB4 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 180 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.15 |
| HSL | 129.33º | 0.38% | 0.77% | - |
| HSV(B) | 129.33º | 0.21% | 0.85% | - |
| XYZ | 50.54 | 62.32 | 52.55 | - |
| YUV | 200.21 | 116.59 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 180 | 0.21 | 0 | 0.17 | 0.15 | 129.33 | 0.38 | 0.77 |
| Hex | AD | DA | B4 | 15 | 0 | 11 | F | 81 | 26 | 4D |
| Octal | 255 | 332 | 264 | 25 | 0 | 21 | 17 | 201 | 46 | 115 |
| Binary | 10101101 | 11011010 | 10110100 | 10101 | 0 | 10001 | 1111 | 10000001 | 100110 | 1001101 |
Color Harmonies of #ADDAB4
Complementary color
Monochromatic Colors of #ADDAB4
Black with #ADDAB4
Text Example
Text Example
White with #ADDAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDAB4; }
p { color: rgb(173,218,180); }
H1.HeaderClassName
{
color: #ADDAB4;
}
.AnyTagClassName
{
color: #ADDAB4;
}
</style>
background-color css
<style>
a { background-color: #ADDAB4; }
a { background-color: rgb(173,218,180); }
div.DivClassName
{
background-color: #ADDAB4;
}
.BgClassName
{
background-color: #ADDAB4;
}
</style>
border-color css
<style>
span { border-color: #ADDAB4; }
span { border-color: rgb(173,218,180); }
td.TdClassName
{
border-color: #ADDAB4;
}
.TagClassName
{
border-color: #ADDAB4;
}
</style>