Shades of Celadon #ACE0B4
Tints of Celadon #ACE0B4
RGB
CMYK
RGB Variations
Color information
#ACE0B4 (or 0xACE0B4) is known color: Celadon. HEX triplet: AC, E0 and B4. RGB value is (172,224,180). Sum of RGB (Red+Green+Blue) = 172+224+180=576 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.86% from 576); Green value is 224 (87.89% from 255 or 38.89% from 576); Blue value is 180 (70.70% from 255 or 31.25% from 576); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE0B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE0B4 is #531F4B. Grayscale: #CBCBCB. Windows color (decimal): -5447500 or 11853996. OLE color: 11853996.
HSL color Cylindrical-coordinate representation of color #ACE0B4: hue angle of 129.23º 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 #ACE0B4 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 224 | 180 | - |
| CMYK | 0.23 | 0 | 0.20 | 0.12 |
| HSL | 129.23º | 0.46% | 0.78% | - |
| HSV(B) | 129.23º | 0.23% | 0.88% | - |
| XYZ | 51.91 | 65.38 | 53.06 | - |
| YUV | 203.44 | 114.77 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 224 | 180 | 0.23 | 0 | 0.20 | 0.12 | 129.23 | 0.46 | 0.78 |
| Hex | AC | E0 | B4 | 17 | 0 | 14 | C | 81 | 2E | 4E |
| Octal | 254 | 340 | 264 | 27 | 0 | 24 | 14 | 201 | 56 | 116 |
| Binary | 10101100 | 11100000 | 10110100 | 10111 | 0 | 10100 | 1100 | 10000001 | 101110 | 1001110 |
Color Harmonies of #ACE0B4
Complementary color
Monochromatic Colors of #ACE0B4
Black with #ACE0B4
Text Example
Text Example
White with #ACE0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE0B4; }
p { color: rgb(172,224,180); }
H1.HeaderClassName
{
color: #ACE0B4;
}
.AnyTagClassName
{
color: #ACE0B4;
}
</style>
background-color css
<style>
a { background-color: #ACE0B4; }
a { background-color: rgb(172,224,180); }
div.DivClassName
{
background-color: #ACE0B4;
}
.BgClassName
{
background-color: #ACE0B4;
}
</style>
border-color css
<style>
span { border-color: #ACE0B4; }
span { border-color: rgb(172,224,180); }
td.TdClassName
{
border-color: #ACE0B4;
}
.TagClassName
{
border-color: #ACE0B4;
}
</style>