Shades of Celadon #ACE7B3
Tints of Celadon #ACE7B3
RGB
CMYK
RGB Variations
Color information
#ACE7B3 (or 0xACE7B3) is known color: Celadon. HEX triplet: AC, E7 and B3. RGB value is (172,231,179). Sum of RGB (Red+Green+Blue) = 172+231+179=582 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.55% from 582); Green value is 231 (90.62% from 255 or 39.69% from 582); Blue value is 179 (70.31% from 255 or 30.76% from 582); Max value from RGB is 231 - color contains mainly: green. Hex color #ACE7B3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE7B3 is #53184C. Grayscale: #CFCFCF. Windows color (decimal): -5445709 or 11790252. OLE color: 11790252.
HSL color Cylindrical-coordinate representation of color #ACE7B3: hue angle of 127.12º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACE7B3 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 231 | 179 | - |
| CMYK | 0.26 | 0 | 0.23 | 0.09 |
| HSL | 127.12º | 0.55% | 0.79% | - |
| HSV(B) | 127.12º | 0.26% | 0.91% | - |
| XYZ | 53.73 | 69.18 | 53.17 | - |
| YUV | 207.43 | 111.95 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 231 | 179 | 0.26 | 0 | 0.23 | 0.09 | 127.12 | 0.55 | 0.79 |
| Hex | AC | E7 | B3 | 1A | 0 | 17 | 9 | 7F | 37 | 4F |
| Octal | 254 | 347 | 263 | 32 | 0 | 27 | 11 | 177 | 67 | 117 |
| Binary | 10101100 | 11100111 | 10110011 | 11010 | 0 | 10111 | 1001 | 1111111 | 110111 | 1001111 |
Color Harmonies of #ACE7B3
Complementary color
Monochromatic Colors of #ACE7B3
Black with #ACE7B3
Text Example
Text Example
White with #ACE7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE7B3; }
p { color: rgb(172,231,179); }
H1.HeaderClassName
{
color: #ACE7B3;
}
.AnyTagClassName
{
color: #ACE7B3;
}
</style>
background-color css
<style>
a { background-color: #ACE7B3; }
a { background-color: rgb(172,231,179); }
div.DivClassName
{
background-color: #ACE7B3;
}
.BgClassName
{
background-color: #ACE7B3;
}
</style>
border-color css
<style>
span { border-color: #ACE7B3; }
span { border-color: rgb(172,231,179); }
td.TdClassName
{
border-color: #ACE7B3;
}
.TagClassName
{
border-color: #ACE7B3;
}
</style>