Shades of Celadon #ACE0B3
Tints of Celadon #ACE0B3
RGB
CMYK
RGB Variations
Color information
#ACE0B3 (or 0xACE0B3) is known color: Celadon. HEX triplet: AC, E0 and B3. RGB value is (172,224,179). Sum of RGB (Red+Green+Blue) = 172+224+179=575 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.91% from 575); Green value is 224 (87.89% from 255 or 38.96% from 575); Blue value is 179 (70.31% from 255 or 31.13% from 575); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE0B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE0B3 is #531F4C. Grayscale: #CBCBCB. Windows color (decimal): -5447501 or 11788460. OLE color: 11788460.
HSL color Cylindrical-coordinate representation of color #ACE0B3: hue angle of 128.08º 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 #ACE0B3 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 224 | 179 | - |
| CMYK | 0.23 | 0 | 0.20 | 0.12 |
| HSL | 128.08º | 0.46% | 0.78% | - |
| HSV(B) | 128.08º | 0.23% | 0.88% | - |
| XYZ | 51.81 | 65.34 | 52.53 | - |
| YUV | 203.32 | 114.27 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 224 | 179 | 0.23 | 0 | 0.20 | 0.12 | 128.08 | 0.46 | 0.78 |
| Hex | AC | E0 | B3 | 17 | 0 | 14 | C | 80 | 2E | 4E |
| Octal | 254 | 340 | 263 | 27 | 0 | 24 | 14 | 200 | 56 | 116 |
| Binary | 10101100 | 11100000 | 10110011 | 10111 | 0 | 10100 | 1100 | 10000000 | 101110 | 1001110 |
Color Harmonies of #ACE0B3
Complementary color
Monochromatic Colors of #ACE0B3
Black with #ACE0B3
Text Example
Text Example
White with #ACE0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE0B3; }
p { color: rgb(172,224,179); }
H1.HeaderClassName
{
color: #ACE0B3;
}
.AnyTagClassName
{
color: #ACE0B3;
}
</style>
background-color css
<style>
a { background-color: #ACE0B3; }
a { background-color: rgb(172,224,179); }
div.DivClassName
{
background-color: #ACE0B3;
}
.BgClassName
{
background-color: #ACE0B3;
}
</style>
border-color css
<style>
span { border-color: #ACE0B3; }
span { border-color: rgb(172,224,179); }
td.TdClassName
{
border-color: #ACE0B3;
}
.TagClassName
{
border-color: #ACE0B3;
}
</style>