Shades of Celadon #ACDDAF
Tints of Celadon #ACDDAF
RGB
CMYK
RGB Variations
Color information
#ACDDAF (or 0xACDDAF) is known color: Celadon. HEX triplet: AC, DD and AF. RGB value is (172,221,175). Sum of RGB (Red+Green+Blue) = 172+221+175=568 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.28% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 175 (68.75% from 255 or 30.81% from 568); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDDAF is #532250. Grayscale: #C9C9C9. Windows color (decimal): -5448273 or 11525548. OLE color: 11525548.
HSL color Cylindrical-coordinate representation of color #ACDDAF: hue angle of 123.67º 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 #ACDDAF is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 221 | 175 | - |
| CMYK | 0.22 | 0 | 0.21 | 0.13 |
| HSL | 123.67º | 0.42% | 0.77% | - |
| HSV(B) | 123.67º | 0.22% | 0.87% | - |
| XYZ | 50.61 | 63.58 | 50.16 | - |
| YUV | 201.11 | 113.27 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 221 | 175 | 0.22 | 0 | 0.21 | 0.13 | 123.67 | 0.42 | 0.77 |
| Hex | AC | DD | AF | 16 | 0 | 15 | D | 7C | 2A | 4D |
| Octal | 254 | 335 | 257 | 26 | 0 | 25 | 15 | 174 | 52 | 115 |
| Binary | 10101100 | 11011101 | 10101111 | 10110 | 0 | 10101 | 1101 | 1111100 | 101010 | 1001101 |
Color Harmonies of #ACDDAF
Complementary color
Monochromatic Colors of #ACDDAF
Black with #ACDDAF
Text Example
Text Example
White with #ACDDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDDAF; }
p { color: rgb(172,221,175); }
H1.HeaderClassName
{
color: #ACDDAF;
}
.AnyTagClassName
{
color: #ACDDAF;
}
</style>
background-color css
<style>
a { background-color: #ACDDAF; }
a { background-color: rgb(172,221,175); }
div.DivClassName
{
background-color: #ACDDAF;
}
.BgClassName
{
background-color: #ACDDAF;
}
</style>
border-color css
<style>
span { border-color: #ACDDAF; }
span { border-color: rgb(172,221,175); }
td.TdClassName
{
border-color: #ACDDAF;
}
.TagClassName
{
border-color: #ACDDAF;
}
</style>