Shades of Celadon #ACE2B3
Tints of Celadon #ACE2B3
RGB
CMYK
RGB Variations
Color information
#ACE2B3 (or 0xACE2B3) is known color: Celadon. HEX triplet: AC, E2 and B3. RGB value is (172,226,179). Sum of RGB (Red+Green+Blue) = 172+226+179=577 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.81% from 577); Green value is 226 (88.67% from 255 or 39.17% from 577); Blue value is 179 (70.31% from 255 or 31.02% from 577); Max value from RGB is 226 - color contains mainly: green. Hex color #ACE2B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE2B3 is #531D4C. Grayscale: #CCCCCC. Windows color (decimal): -5446989 or 11788972. OLE color: 11788972.
HSL color Cylindrical-coordinate representation of color #ACE2B3: hue angle of 127.78º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACE2B3 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 226 | 179 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.11 |
| HSL | 127.78º | 0.48% | 0.78% | - |
| HSV(B) | 127.78º | 0.24% | 0.89% | - |
| XYZ | 52.35 | 66.42 | 52.71 | - |
| YUV | 204.5 | 113.61 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 226 | 179 | 0.24 | 0 | 0.21 | 0.11 | 127.78 | 0.48 | 0.78 |
| Hex | AC | E2 | B3 | 18 | 0 | 15 | B | 80 | 30 | 4E |
| Octal | 254 | 342 | 263 | 30 | 0 | 25 | 13 | 200 | 60 | 116 |
| Binary | 10101100 | 11100010 | 10110011 | 11000 | 0 | 10101 | 1011 | 10000000 | 110000 | 1001110 |
Color Harmonies of #ACE2B3
Complementary color
Monochromatic Colors of #ACE2B3
Black with #ACE2B3
Text Example
Text Example
White with #ACE2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE2B3; }
p { color: rgb(172,226,179); }
H1.HeaderClassName
{
color: #ACE2B3;
}
.AnyTagClassName
{
color: #ACE2B3;
}
</style>
background-color css
<style>
a { background-color: #ACE2B3; }
a { background-color: rgb(172,226,179); }
div.DivClassName
{
background-color: #ACE2B3;
}
.BgClassName
{
background-color: #ACE2B3;
}
</style>
border-color css
<style>
span { border-color: #ACE2B3; }
span { border-color: rgb(172,226,179); }
td.TdClassName
{
border-color: #ACE2B3;
}
.TagClassName
{
border-color: #ACE2B3;
}
</style>