Shades of Celadon #ACE7AF
Tints of Celadon #ACE7AF
RGB
CMYK
RGB Variations
Color information
#ACE7AF (or 0xACE7AF) is known color: Celadon. HEX triplet: AC, E7 and AF. RGB value is (172,231,175). Sum of RGB (Red+Green+Blue) = 172+231+175=578 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.76% from 578); Green value is 231 (90.62% from 255 or 39.97% from 578); Blue value is 175 (68.75% from 255 or 30.28% from 578); Max value from RGB is 231 - color contains mainly: green. Hex color #ACE7AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACE7AF is #531850. Grayscale: #CFCFCF. Windows color (decimal): -5445713 or 11528108. OLE color: 11528108.
HSL color Cylindrical-coordinate representation of color #ACE7AF: hue angle of 123.05º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACE7AF is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 231 | 175 | - |
| CMYK | 0.26 | 0 | 0.24 | 0.09 |
| HSL | 123.05º | 0.55% | 0.79% | - |
| HSV(B) | 123.05º | 0.26% | 0.91% | - |
| XYZ | 53.33 | 69.02 | 51.07 | - |
| YUV | 206.98 | 109.95 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 231 | 175 | 0.26 | 0 | 0.24 | 0.09 | 123.05 | 0.55 | 0.79 |
| Hex | AC | E7 | AF | 1A | 0 | 18 | 9 | 7B | 37 | 4F |
| Octal | 254 | 347 | 257 | 32 | 0 | 30 | 11 | 173 | 67 | 117 |
| Binary | 10101100 | 11100111 | 10101111 | 11010 | 0 | 11000 | 1001 | 1111011 | 110111 | 1001111 |
Color Harmonies of #ACE7AF
Complementary color
Monochromatic Colors of #ACE7AF
Black with #ACE7AF
Text Example
Text Example
White with #ACE7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE7AF; }
p { color: rgb(172,231,175); }
H1.HeaderClassName
{
color: #ACE7AF;
}
.AnyTagClassName
{
color: #ACE7AF;
}
</style>
background-color css
<style>
a { background-color: #ACE7AF; }
a { background-color: rgb(172,231,175); }
div.DivClassName
{
background-color: #ACE7AF;
}
.BgClassName
{
background-color: #ACE7AF;
}
</style>
border-color css
<style>
span { border-color: #ACE7AF; }
span { border-color: rgb(172,231,175); }
td.TdClassName
{
border-color: #ACE7AF;
}
.TagClassName
{
border-color: #ACE7AF;
}
</style>