Shades of Celadon #ACDDB4
Tints of Celadon #ACDDB4
RGB
CMYK
RGB Variations
Color information
#ACDDB4 (or 0xACDDB4) is known color: Celadon. HEX triplet: AC, DD and B4. RGB value is (172,221,180). Sum of RGB (Red+Green+Blue) = 172+221+180=573 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.02% from 573); Green value is 221 (86.72% from 255 or 38.57% from 573); Blue value is 180 (70.70% from 255 or 31.41% from 573); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDB4 is #53224B. Grayscale: #C9C9C9. Windows color (decimal): -5448268 or 11853228. OLE color: 11853228.
HSL color Cylindrical-coordinate representation of color #ACDDB4: hue angle of 129.8º degrees, saturation: 0.42, 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 #ACDDB4 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 221 | 180 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.13 |
| HSL | 129.8º | 0.42% | 0.77% | - |
| HSV(B) | 129.8º | 0.22% | 0.87% | - |
| XYZ | 51.11 | 63.78 | 52.8 | - |
| YUV | 201.68 | 115.77 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 221 | 180 | 0.22 | 0 | 0.19 | 0.13 | 129.8 | 0.42 | 0.77 |
| Hex | AC | DD | B4 | 16 | 0 | 13 | D | 82 | 2A | 4D |
| Octal | 254 | 335 | 264 | 26 | 0 | 23 | 15 | 202 | 52 | 115 |
| Binary | 10101100 | 11011101 | 10110100 | 10110 | 0 | 10011 | 1101 | 10000010 | 101010 | 1001101 |
Color Harmonies of #ACDDB4
Complementary color
Monochromatic Colors of #ACDDB4
Black with #ACDDB4
Text Example
Text Example
White with #ACDDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDDB4; }
p { color: rgb(172,221,180); }
H1.HeaderClassName
{
color: #ACDDB4;
}
.AnyTagClassName
{
color: #ACDDB4;
}
</style>
background-color css
<style>
a { background-color: #ACDDB4; }
a { background-color: rgb(172,221,180); }
div.DivClassName
{
background-color: #ACDDB4;
}
.BgClassName
{
background-color: #ACDDB4;
}
</style>
border-color css
<style>
span { border-color: #ACDDB4; }
span { border-color: rgb(172,221,180); }
td.TdClassName
{
border-color: #ACDDB4;
}
.TagClassName
{
border-color: #ACDDB4;
}
</style>