Shades of Celadon #ADDCB4
Tints of Celadon #ADDCB4
RGB
CMYK
RGB Variations
Color information
#ADDCB4 (or 0xADDCB4) is known color: Celadon. HEX triplet: AD, DC and B4. RGB value is (173,220,180). Sum of RGB (Red+Green+Blue) = 173+220+180=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 220 (86.33% from 255 or 38.39% from 573); Blue value is 180 (70.70% from 255 or 31.41% from 573); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDCB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDCB4 is #52234B. Grayscale: #C9C9C9. Windows color (decimal): -5382988 or 11852973. OLE color: 11852973.
HSL color Cylindrical-coordinate representation of color #ADDCB4: hue angle of 128.94º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADDCB4 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 180 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.14 |
| HSL | 128.94º | 0.4% | 0.77% | - |
| HSV(B) | 128.94º | 0.21% | 0.86% | - |
| XYZ | 51.07 | 63.37 | 52.72 | - |
| YUV | 201.39 | 115.93 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 180 | 0.21 | 0 | 0.18 | 0.14 | 128.94 | 0.4 | 0.77 |
| Hex | AD | DC | B4 | 15 | 0 | 12 | E | 81 | 28 | 4D |
| Octal | 255 | 334 | 264 | 25 | 0 | 22 | 16 | 201 | 50 | 115 |
| Binary | 10101101 | 11011100 | 10110100 | 10101 | 0 | 10010 | 1110 | 10000001 | 101000 | 1001101 |
Color Harmonies of #ADDCB4
Complementary color
Monochromatic Colors of #ADDCB4
Black with #ADDCB4
Text Example
Text Example
White with #ADDCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDCB4; }
p { color: rgb(173,220,180); }
H1.HeaderClassName
{
color: #ADDCB4;
}
.AnyTagClassName
{
color: #ADDCB4;
}
</style>
background-color css
<style>
a { background-color: #ADDCB4; }
a { background-color: rgb(173,220,180); }
div.DivClassName
{
background-color: #ADDCB4;
}
.BgClassName
{
background-color: #ADDCB4;
}
</style>
border-color css
<style>
span { border-color: #ADDCB4; }
span { border-color: rgb(173,220,180); }
td.TdClassName
{
border-color: #ADDCB4;
}
.TagClassName
{
border-color: #ADDCB4;
}
</style>