Shades of Celadon #ACE2B1
Tints of Celadon #ACE2B1
RGB
CMYK
RGB Variations
Color information
#ACE2B1 (or 0xACE2B1) is known color: Celadon. HEX triplet: AC, E2 and B1. RGB value is (172,226,177). Sum of RGB (Red+Green+Blue) = 172+226+177=575 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.91% from 575); Green value is 226 (88.67% from 255 or 39.30% from 575); Blue value is 177 (69.53% from 255 or 30.78% from 575); Max value from RGB is 226 - color contains mainly: green. Hex color #ACE2B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE2B1 is #531D4E. Grayscale: #CCCCCC. Windows color (decimal): -5446991 or 11657900. OLE color: 11657900.
HSL color Cylindrical-coordinate representation of color #ACE2B1: hue angle of 125.56º degrees, saturation: 0.48, 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 #ACE2B1 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 226 | 177 | - |
| CMYK | 0.24 | 0 | 0.22 | 0.11 |
| HSL | 125.56º | 0.48% | 0.78% | - |
| HSV(B) | 125.56º | 0.24% | 0.89% | - |
| XYZ | 52.15 | 66.34 | 51.65 | - |
| YUV | 204.27 | 112.61 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 226 | 177 | 0.24 | 0 | 0.22 | 0.11 | 125.56 | 0.48 | 0.78 |
| Hex | AC | E2 | B1 | 18 | 0 | 16 | B | 7E | 30 | 4E |
| Octal | 254 | 342 | 261 | 30 | 0 | 26 | 13 | 176 | 60 | 116 |
| Binary | 10101100 | 11100010 | 10110001 | 11000 | 0 | 10110 | 1011 | 1111110 | 110000 | 1001110 |
Color Harmonies of #ACE2B1
Complementary color
Monochromatic Colors of #ACE2B1
Black with #ACE2B1
Text Example
Text Example
White with #ACE2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE2B1; }
p { color: rgb(172,226,177); }
H1.HeaderClassName
{
color: #ACE2B1;
}
.AnyTagClassName
{
color: #ACE2B1;
}
</style>
background-color css
<style>
a { background-color: #ACE2B1; }
a { background-color: rgb(172,226,177); }
div.DivClassName
{
background-color: #ACE2B1;
}
.BgClassName
{
background-color: #ACE2B1;
}
</style>
border-color css
<style>
span { border-color: #ACE2B1; }
span { border-color: rgb(172,226,177); }
td.TdClassName
{
border-color: #ACE2B1;
}
.TagClassName
{
border-color: #ACE2B1;
}
</style>