Shades of Celadon #ACE4B1
Tints of Celadon #ACE4B1
RGB
CMYK
RGB Variations
Color information
#ACE4B1 (or 0xACE4B1) is known color: Celadon. HEX triplet: AC, E4 and B1. RGB value is (172,228,177). Sum of RGB (Red+Green+Blue) = 172+228+177=577 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.81% from 577); Green value is 228 (89.45% from 255 or 39.51% from 577); Blue value is 177 (69.53% from 255 or 30.68% from 577); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE4B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE4B1 is #531B4E. Grayscale: #CDCDCD. Windows color (decimal): -5446479 or 11658412. OLE color: 11658412.
HSL color Cylindrical-coordinate representation of color #ACE4B1: hue angle of 125.36º 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 #ACE4B1 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 228 | 177 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.11 |
| HSL | 125.36º | 0.51% | 0.78% | - |
| HSV(B) | 125.36º | 0.25% | 0.89% | - |
| XYZ | 52.69 | 67.43 | 51.83 | - |
| YUV | 205.44 | 111.95 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 228 | 177 | 0.25 | 0 | 0.22 | 0.11 | 125.36 | 0.51 | 0.78 |
| Hex | AC | E4 | B1 | 19 | 0 | 16 | B | 7D | 33 | 4E |
| Octal | 254 | 344 | 261 | 31 | 0 | 26 | 13 | 175 | 63 | 116 |
| Binary | 10101100 | 11100100 | 10110001 | 11001 | 0 | 10110 | 1011 | 1111101 | 110011 | 1001110 |
Color Harmonies of #ACE4B1
Complementary color
Monochromatic Colors of #ACE4B1
Black with #ACE4B1
Text Example
Text Example
White with #ACE4B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE4B1; }
p { color: rgb(172,228,177); }
H1.HeaderClassName
{
color: #ACE4B1;
}
.AnyTagClassName
{
color: #ACE4B1;
}
</style>
background-color css
<style>
a { background-color: #ACE4B1; }
a { background-color: rgb(172,228,177); }
div.DivClassName
{
background-color: #ACE4B1;
}
.BgClassName
{
background-color: #ACE4B1;
}
</style>
border-color css
<style>
span { border-color: #ACE4B1; }
span { border-color: rgb(172,228,177); }
td.TdClassName
{
border-color: #ACE4B1;
}
.TagClassName
{
border-color: #ACE4B1;
}
</style>