Shades of Celadon #ACEDB0
Tints of Celadon #ACEDB0
RGB
CMYK
RGB Variations
Color information
#ACEDB0 (or 0xACEDB0) is known color: Celadon. HEX triplet: AC, ED and B0. RGB value is (172,237,176). Sum of RGB (Red+Green+Blue) = 172+237+176=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 237 (92.97% from 255 or 40.51% from 585); Blue value is 176 (69.14% from 255 or 30.09% from 585); Max value from RGB is 237 - color contains mainly: green. Hex color #ACEDB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACEDB0 is #53124F. Grayscale: #D2D2D2. Windows color (decimal): -5444176 or 11595180. OLE color: 11595180.
HSL color Cylindrical-coordinate representation of color #ACEDB0: hue angle of 123.69º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACEDB0 is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 237 | 176 | - |
| CMYK | 0.27 | 0 | 0.26 | 0.07 |
| HSL | 123.69º | 0.64% | 0.8% | - |
| HSV(B) | 123.69º | 0.27% | 0.93% | - |
| XYZ | 55.13 | 72.47 | 52.16 | - |
| YUV | 210.61 | 108.47 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 237 | 176 | 0.27 | 0 | 0.26 | 0.07 | 123.69 | 0.64 | 0.8 |
| Hex | AC | ED | B0 | 1B | 0 | 1A | 7 | 7C | 40 | 50 |
| Octal | 254 | 355 | 260 | 33 | 0 | 32 | 7 | 174 | 100 | 120 |
| Binary | 10101100 | 11101101 | 10110000 | 11011 | 0 | 11010 | 111 | 1111100 | 1000000 | 1010000 |
Color Harmonies of #ACEDB0
Complementary color
Monochromatic Colors of #ACEDB0
Black with #ACEDB0
Text Example
Text Example
White with #ACEDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEDB0; }
p { color: rgb(172,237,176); }
H1.HeaderClassName
{
color: #ACEDB0;
}
.AnyTagClassName
{
color: #ACEDB0;
}
</style>
background-color css
<style>
a { background-color: #ACEDB0; }
a { background-color: rgb(172,237,176); }
div.DivClassName
{
background-color: #ACEDB0;
}
.BgClassName
{
background-color: #ACEDB0;
}
</style>
border-color css
<style>
span { border-color: #ACEDB0; }
span { border-color: rgb(172,237,176); }
td.TdClassName
{
border-color: #ACEDB0;
}
.TagClassName
{
border-color: #ACEDB0;
}
</style>