Shades of Celadon #ACE4B3
Tints of Celadon #ACE4B3
RGB
CMYK
RGB Variations
Color information
#ACE4B3 (or 0xACE4B3) is known color: Celadon. HEX triplet: AC, E4 and B3. RGB value is (172,228,179). Sum of RGB (Red+Green+Blue) = 172+228+179=579 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.71% from 579); Green value is 228 (89.45% from 255 or 39.38% from 579); Blue value is 179 (70.31% from 255 or 30.92% from 579); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE4B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE4B3 is #531B4C. Grayscale: #CDCDCD. Windows color (decimal): -5446477 or 11789484. OLE color: 11789484.
HSL color Cylindrical-coordinate representation of color #ACE4B3: hue angle of 127.5º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACE4B3 is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 228 | 179 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.11 |
| HSL | 127.5º | 0.51% | 0.78% | - |
| HSV(B) | 127.5º | 0.25% | 0.89% | - |
| XYZ | 52.89 | 67.51 | 52.89 | - |
| YUV | 205.67 | 112.95 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 228 | 179 | 0.25 | 0 | 0.21 | 0.11 | 127.5 | 0.51 | 0.78 |
| Hex | AC | E4 | B3 | 19 | 0 | 15 | B | 80 | 33 | 4E |
| Octal | 254 | 344 | 263 | 31 | 0 | 25 | 13 | 200 | 63 | 116 |
| Binary | 10101100 | 11100100 | 10110011 | 11001 | 0 | 10101 | 1011 | 10000000 | 110011 | 1001110 |
Color Harmonies of #ACE4B3
Complementary color
Monochromatic Colors of #ACE4B3
Black with #ACE4B3
Text Example
Text Example
White with #ACE4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE4B3; }
p { color: rgb(172,228,179); }
H1.HeaderClassName
{
color: #ACE4B3;
}
.AnyTagClassName
{
color: #ACE4B3;
}
</style>
background-color css
<style>
a { background-color: #ACE4B3; }
a { background-color: rgb(172,228,179); }
div.DivClassName
{
background-color: #ACE4B3;
}
.BgClassName
{
background-color: #ACE4B3;
}
</style>
border-color css
<style>
span { border-color: #ACE4B3; }
span { border-color: rgb(172,228,179); }
td.TdClassName
{
border-color: #ACE4B3;
}
.TagClassName
{
border-color: #ACE4B3;
}
</style>