Shades of Celadon #ACE6B4
Tints of Celadon #ACE6B4
RGB
CMYK
RGB Variations
Color information
#ACE6B4 (or 0xACE6B4) is known color: Celadon. HEX triplet: AC, E6 and B4. RGB value is (172,230,180). Sum of RGB (Red+Green+Blue) = 172+230+180=582 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.55% from 582); Green value is 230 (90.23% from 255 or 39.52% from 582); Blue value is 180 (70.70% from 255 or 30.93% from 582); Max value from RGB is 230 - color contains mainly: green. Hex color #ACE6B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE6B4 is #53194B. Grayscale: #CFCFCF. Windows color (decimal): -5445964 or 11855532. OLE color: 11855532.
HSL color Cylindrical-coordinate representation of color #ACE6B4: hue angle of 128.28º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACE6B4 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 230 | 180 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.10 |
| HSL | 128.28º | 0.54% | 0.79% | - |
| HSV(B) | 128.28º | 0.25% | 0.9% | - |
| XYZ | 53.55 | 68.66 | 53.61 | - |
| YUV | 206.96 | 112.78 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 230 | 180 | 0.25 | 0 | 0.22 | 0.10 | 128.28 | 0.54 | 0.79 |
| Hex | AC | E6 | B4 | 19 | 0 | 16 | A | 80 | 36 | 4F |
| Octal | 254 | 346 | 264 | 31 | 0 | 26 | 12 | 200 | 66 | 117 |
| Binary | 10101100 | 11100110 | 10110100 | 11001 | 0 | 10110 | 1010 | 10000000 | 110110 | 1001111 |
Color Harmonies of #ACE6B4
Complementary color
Monochromatic Colors of #ACE6B4
Black with #ACE6B4
Text Example
Text Example
White with #ACE6B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE6B4; }
p { color: rgb(172,230,180); }
H1.HeaderClassName
{
color: #ACE6B4;
}
.AnyTagClassName
{
color: #ACE6B4;
}
</style>
background-color css
<style>
a { background-color: #ACE6B4; }
a { background-color: rgb(172,230,180); }
div.DivClassName
{
background-color: #ACE6B4;
}
.BgClassName
{
background-color: #ACE6B4;
}
</style>
border-color css
<style>
span { border-color: #ACE6B4; }
span { border-color: rgb(172,230,180); }
td.TdClassName
{
border-color: #ACE6B4;
}
.TagClassName
{
border-color: #ACE6B4;
}
</style>