Shades of Celadon #ACE7B4
Tints of Celadon #ACE7B4
RGB
CMYK
RGB Variations
Color information
#ACE7B4 (or 0xACE7B4) is known color: Celadon. HEX triplet: AC, E7 and B4. RGB value is (172,231,180). Sum of RGB (Red+Green+Blue) = 172+231+180=583 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.50% from 583); Green value is 231 (90.62% from 255 or 39.62% from 583); Blue value is 180 (70.70% from 255 or 30.87% from 583); Max value from RGB is 231 - color contains mainly: green. Hex color #ACE7B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE7B4 is #53184B. Grayscale: #CFCFCF. Windows color (decimal): -5445708 or 11855788. OLE color: 11855788.
HSL color Cylindrical-coordinate representation of color #ACE7B4: hue angle of 128.14º 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 #ACE7B4 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 231 | 180 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.09 |
| HSL | 128.14º | 0.55% | 0.79% | - |
| HSV(B) | 128.14º | 0.26% | 0.91% | - |
| XYZ | 53.83 | 69.22 | 53.7 | - |
| YUV | 207.55 | 112.45 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 231 | 180 | 0.26 | 0 | 0.22 | 0.09 | 128.14 | 0.55 | 0.79 |
| Hex | AC | E7 | B4 | 1A | 0 | 16 | 9 | 80 | 37 | 4F |
| Octal | 254 | 347 | 264 | 32 | 0 | 26 | 11 | 200 | 67 | 117 |
| Binary | 10101100 | 11100111 | 10110100 | 11010 | 0 | 10110 | 1001 | 10000000 | 110111 | 1001111 |
Color Harmonies of #ACE7B4
Complementary color
Monochromatic Colors of #ACE7B4
Black with #ACE7B4
Text Example
Text Example
White with #ACE7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE7B4; }
p { color: rgb(172,231,180); }
H1.HeaderClassName
{
color: #ACE7B4;
}
.AnyTagClassName
{
color: #ACE7B4;
}
</style>
background-color css
<style>
a { background-color: #ACE7B4; }
a { background-color: rgb(172,231,180); }
div.DivClassName
{
background-color: #ACE7B4;
}
.BgClassName
{
background-color: #ACE7B4;
}
</style>
border-color css
<style>
span { border-color: #ACE7B4; }
span { border-color: rgb(172,231,180); }
td.TdClassName
{
border-color: #ACE7B4;
}
.TagClassName
{
border-color: #ACE7B4;
}
</style>