Shades of Celadon #ACE0AF
Tints of Celadon #ACE0AF
RGB
CMYK
RGB Variations
Color information
#ACE0AF (or 0xACE0AF) is known color: Celadon. HEX triplet: AC, E0 and AF. RGB value is (172,224,175). Sum of RGB (Red+Green+Blue) = 172+224+175=571 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.12% from 571); Green value is 224 (87.89% from 255 or 39.23% from 571); Blue value is 175 (68.75% from 255 or 30.65% from 571); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE0AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE0AF is #531F50. Grayscale: #CBCBCB. Windows color (decimal): -5447505 or 11526316. OLE color: 11526316.
HSL color Cylindrical-coordinate representation of color #ACE0AF: hue angle of 123.46º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACE0AF is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 224 | 175 | - |
| CMYK | 0.23 | 0 | 0.22 | 0.12 |
| HSL | 123.46º | 0.46% | 0.78% | - |
| HSV(B) | 123.46º | 0.23% | 0.88% | - |
| XYZ | 51.41 | 65.18 | 50.43 | - |
| YUV | 202.87 | 112.27 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 224 | 175 | 0.23 | 0 | 0.22 | 0.12 | 123.46 | 0.46 | 0.78 |
| Hex | AC | E0 | AF | 17 | 0 | 16 | C | 7B | 2E | 4E |
| Octal | 254 | 340 | 257 | 27 | 0 | 26 | 14 | 173 | 56 | 116 |
| Binary | 10101100 | 11100000 | 10101111 | 10111 | 0 | 10110 | 1100 | 1111011 | 101110 | 1001110 |
Color Harmonies of #ACE0AF
Complementary color
Monochromatic Colors of #ACE0AF
Black with #ACE0AF
Text Example
Text Example
White with #ACE0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE0AF; }
p { color: rgb(172,224,175); }
H1.HeaderClassName
{
color: #ACE0AF;
}
.AnyTagClassName
{
color: #ACE0AF;
}
</style>
background-color css
<style>
a { background-color: #ACE0AF; }
a { background-color: rgb(172,224,175); }
div.DivClassName
{
background-color: #ACE0AF;
}
.BgClassName
{
background-color: #ACE0AF;
}
</style>
border-color css
<style>
span { border-color: #ACE0AF; }
span { border-color: rgb(172,224,175); }
td.TdClassName
{
border-color: #ACE0AF;
}
.TagClassName
{
border-color: #ACE0AF;
}
</style>