Shades of Celadon #ACE0B1
Tints of Celadon #ACE0B1
RGB
CMYK
RGB Variations
Color information
#ACE0B1 (or 0xACE0B1) is known color: Celadon. HEX triplet: AC, E0 and B1. RGB value is (172,224,177). Sum of RGB (Red+Green+Blue) = 172+224+177=573 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.02% from 573); Green value is 224 (87.89% from 255 or 39.09% from 573); Blue value is 177 (69.53% from 255 or 30.89% from 573); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE0B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE0B1 is #531F4E. Grayscale: #CBCBCB. Windows color (decimal): -5447503 or 11657388. OLE color: 11657388.
HSL color Cylindrical-coordinate representation of color #ACE0B1: hue angle of 125.77º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACE0B1 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 224 | 177 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.12 |
| HSL | 125.77º | 0.46% | 0.78% | - |
| HSV(B) | 125.77º | 0.23% | 0.88% | - |
| XYZ | 51.6 | 65.26 | 51.47 | - |
| YUV | 203.09 | 113.27 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 224 | 177 | 0.23 | 0 | 0.21 | 0.12 | 125.77 | 0.46 | 0.78 |
| Hex | AC | E0 | B1 | 17 | 0 | 15 | C | 7E | 2E | 4E |
| Octal | 254 | 340 | 261 | 27 | 0 | 25 | 14 | 176 | 56 | 116 |
| Binary | 10101100 | 11100000 | 10110001 | 10111 | 0 | 10101 | 1100 | 1111110 | 101110 | 1001110 |
Color Harmonies of #ACE0B1
Complementary color
Monochromatic Colors of #ACE0B1
Black with #ACE0B1
Text Example
Text Example
White with #ACE0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE0B1; }
p { color: rgb(172,224,177); }
H1.HeaderClassName
{
color: #ACE0B1;
}
.AnyTagClassName
{
color: #ACE0B1;
}
</style>
background-color css
<style>
a { background-color: #ACE0B1; }
a { background-color: rgb(172,224,177); }
div.DivClassName
{
background-color: #ACE0B1;
}
.BgClassName
{
background-color: #ACE0B1;
}
</style>
border-color css
<style>
span { border-color: #ACE0B1; }
span { border-color: rgb(172,224,177); }
td.TdClassName
{
border-color: #ACE0B1;
}
.TagClassName
{
border-color: #ACE0B1;
}
</style>