Shades of Celadon #ADDDB4
Tints of Celadon #ADDDB4
RGB
CMYK
RGB Variations
Color information
#ADDDB4 (or 0xADDDB4) is known color: Celadon. HEX triplet: AD, DD and B4. RGB value is (173,221,180). Sum of RGB (Red+Green+Blue) = 173+221+180=574 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.14% from 574); Green value is 221 (86.72% from 255 or 38.50% from 574); Blue value is 180 (70.70% from 255 or 31.36% from 574); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDDB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDDB4 is #52224B. Grayscale: #CACACA. Windows color (decimal): -5382732 or 11853229. OLE color: 11853229.
HSL color Cylindrical-coordinate representation of color #ADDDB4: hue angle of 128.75º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADDDB4 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 180 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.13 |
| HSL | 128.75º | 0.41% | 0.77% | - |
| HSV(B) | 128.75º | 0.22% | 0.87% | - |
| XYZ | 51.33 | 63.89 | 52.81 | - |
| YUV | 201.97 | 115.6 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 180 | 0.22 | 0 | 0.19 | 0.13 | 128.75 | 0.41 | 0.77 |
| Hex | AD | DD | B4 | 16 | 0 | 13 | D | 81 | 29 | 4D |
| Octal | 255 | 335 | 264 | 26 | 0 | 23 | 15 | 201 | 51 | 115 |
| Binary | 10101101 | 11011101 | 10110100 | 10110 | 0 | 10011 | 1101 | 10000001 | 101001 | 1001101 |
Color Harmonies of #ADDDB4
Complementary color
Monochromatic Colors of #ADDDB4
Black with #ADDDB4
Text Example
Text Example
White with #ADDDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDDB4; }
p { color: rgb(173,221,180); }
H1.HeaderClassName
{
color: #ADDDB4;
}
.AnyTagClassName
{
color: #ADDDB4;
}
</style>
background-color css
<style>
a { background-color: #ADDDB4; }
a { background-color: rgb(173,221,180); }
div.DivClassName
{
background-color: #ADDDB4;
}
.BgClassName
{
background-color: #ADDDB4;
}
</style>
border-color css
<style>
span { border-color: #ADDDB4; }
span { border-color: rgb(173,221,180); }
td.TdClassName
{
border-color: #ADDDB4;
}
.TagClassName
{
border-color: #ADDDB4;
}
</style>