Shades of Celadon #ACE6AE
Tints of Celadon #ACE6AE
RGB
CMYK
RGB Variations
Color information
#ACE6AE (or 0xACE6AE) is known color: Celadon. HEX triplet: AC, E6 and AE. RGB value is (172,230,174). Sum of RGB (Red+Green+Blue) = 172+230+174=576 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.86% from 576); Green value is 230 (90.23% from 255 or 39.93% from 576); Blue value is 174 (68.36% from 255 or 30.21% from 576); Max value from RGB is 230 - color contains mainly: green. Hex color #ACE6AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACE6AE is #531951. Grayscale: #CECECE. Windows color (decimal): -5445970 or 11462316. OLE color: 11462316.
HSL color Cylindrical-coordinate representation of color #ACE6AE: hue angle of 122.07º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACE6AE is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 230 | 174 | - |
| CMYK | 0.25 | 0 | 0.24 | 0.10 |
| HSL | 122.07º | 0.54% | 0.79% | - |
| HSV(B) | 122.07º | 0.25% | 0.9% | - |
| XYZ | 52.95 | 68.42 | 50.46 | - |
| YUV | 206.27 | 109.78 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 230 | 174 | 0.25 | 0 | 0.24 | 0.10 | 122.07 | 0.54 | 0.79 |
| Hex | AC | E6 | AE | 19 | 0 | 18 | A | 7A | 36 | 4F |
| Octal | 254 | 346 | 256 | 31 | 0 | 30 | 12 | 172 | 66 | 117 |
| Binary | 10101100 | 11100110 | 10101110 | 11001 | 0 | 11000 | 1010 | 1111010 | 110110 | 1001111 |
Color Harmonies of #ACE6AE
Complementary color
Monochromatic Colors of #ACE6AE
Black with #ACE6AE
Text Example
Text Example
White with #ACE6AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE6AE; }
p { color: rgb(172,230,174); }
H1.HeaderClassName
{
color: #ACE6AE;
}
.AnyTagClassName
{
color: #ACE6AE;
}
</style>
background-color css
<style>
a { background-color: #ACE6AE; }
a { background-color: rgb(172,230,174); }
div.DivClassName
{
background-color: #ACE6AE;
}
.BgClassName
{
background-color: #ACE6AE;
}
</style>
border-color css
<style>
span { border-color: #ACE6AE; }
span { border-color: rgb(172,230,174); }
td.TdClassName
{
border-color: #ACE6AE;
}
.TagClassName
{
border-color: #ACE6AE;
}
</style>