Shades of Celadon #ADDEB4
Tints of Celadon #ADDEB4
RGB
CMYK
RGB Variations
Color information
#ADDEB4 (or 0xADDEB4) is known color: Celadon. HEX triplet: AD, DE and B4. RGB value is (173,222,180). Sum of RGB (Red+Green+Blue) = 173+222+180=575 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.09% from 575); Green value is 222 (87.11% from 255 or 38.61% from 575); Blue value is 180 (70.70% from 255 or 31.30% from 575); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDEB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDEB4 is #52214B. Grayscale: #CACACA. Windows color (decimal): -5382476 or 11853485. OLE color: 11853485.
HSL color Cylindrical-coordinate representation of color #ADDEB4: hue angle of 128.57º degrees, saturation: 0.43, 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 #ADDEB4 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 222 | 180 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.13 |
| HSL | 128.57º | 0.43% | 0.77% | - |
| HSV(B) | 128.57º | 0.22% | 0.87% | - |
| XYZ | 51.59 | 64.42 | 52.9 | - |
| YUV | 202.56 | 115.27 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 222 | 180 | 0.22 | 0 | 0.19 | 0.13 | 128.57 | 0.43 | 0.77 |
| Hex | AD | DE | B4 | 16 | 0 | 13 | D | 81 | 2B | 4D |
| Octal | 255 | 336 | 264 | 26 | 0 | 23 | 15 | 201 | 53 | 115 |
| Binary | 10101101 | 11011110 | 10110100 | 10110 | 0 | 10011 | 1101 | 10000001 | 101011 | 1001101 |
Color Harmonies of #ADDEB4
Complementary color
Monochromatic Colors of #ADDEB4
Black with #ADDEB4
Text Example
Text Example
White with #ADDEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDEB4; }
p { color: rgb(173,222,180); }
H1.HeaderClassName
{
color: #ADDEB4;
}
.AnyTagClassName
{
color: #ADDEB4;
}
</style>
background-color css
<style>
a { background-color: #ADDEB4; }
a { background-color: rgb(173,222,180); }
div.DivClassName
{
background-color: #ADDEB4;
}
.BgClassName
{
background-color: #ADDEB4;
}
</style>
border-color css
<style>
span { border-color: #ADDEB4; }
span { border-color: rgb(173,222,180); }
td.TdClassName
{
border-color: #ADDEB4;
}
.TagClassName
{
border-color: #ADDEB4;
}
</style>