Shades of Celadon #ACE3AF
Tints of Celadon #ACE3AF
RGB
CMYK
RGB Variations
Color information
#ACE3AF (or 0xACE3AF) is known color: Celadon. HEX triplet: AC, E3 and AF. RGB value is (172,227,175). Sum of RGB (Red+Green+Blue) = 172+227+175=574 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.97% from 574); Green value is 227 (89.06% from 255 or 39.55% from 574); Blue value is 175 (68.75% from 255 or 30.49% from 574); Max value from RGB is 227 - color contains mainly: green. Hex color #ACE3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE3AF is #531C50. Grayscale: #CCCCCC. Windows color (decimal): -5446737 or 11527084. OLE color: 11527084.
HSL color Cylindrical-coordinate representation of color #ACE3AF: hue angle of 123.27º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACE3AF is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 227 | 175 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.11 |
| HSL | 123.27º | 0.5% | 0.78% | - |
| HSV(B) | 123.27º | 0.24% | 0.89% | - |
| XYZ | 52.22 | 66.8 | 50.7 | - |
| YUV | 204.63 | 111.28 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 227 | 175 | 0.24 | 0 | 0.23 | 0.11 | 123.27 | 0.5 | 0.78 |
| Hex | AC | E3 | AF | 18 | 0 | 17 | B | 7B | 32 | 4E |
| Octal | 254 | 343 | 257 | 30 | 0 | 27 | 13 | 173 | 62 | 116 |
| Binary | 10101100 | 11100011 | 10101111 | 11000 | 0 | 10111 | 1011 | 1111011 | 110010 | 1001110 |
Color Harmonies of #ACE3AF
Complementary color
Monochromatic Colors of #ACE3AF
Black with #ACE3AF
Text Example
Text Example
White with #ACE3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE3AF; }
p { color: rgb(172,227,175); }
H1.HeaderClassName
{
color: #ACE3AF;
}
.AnyTagClassName
{
color: #ACE3AF;
}
</style>
background-color css
<style>
a { background-color: #ACE3AF; }
a { background-color: rgb(172,227,175); }
div.DivClassName
{
background-color: #ACE3AF;
}
.BgClassName
{
background-color: #ACE3AF;
}
</style>
border-color css
<style>
span { border-color: #ACE3AF; }
span { border-color: rgb(172,227,175); }
td.TdClassName
{
border-color: #ACE3AF;
}
.TagClassName
{
border-color: #ACE3AF;
}
</style>