Shades of Celadon #ACEDB4
Tints of Celadon #ACEDB4
RGB
CMYK
RGB Variations
Color information
#ACEDB4 (or 0xACEDB4) is known color: Celadon. HEX triplet: AC, ED and B4. RGB value is (172,237,180). Sum of RGB (Red+Green+Blue) = 172+237+180=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 237 (92.97% from 255 or 40.24% from 589); Blue value is 180 (70.70% from 255 or 30.56% from 589); Max value from RGB is 237 - color contains mainly: green. Hex color #ACEDB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEDB4 is #53124B. Grayscale: #D3D3D3. Windows color (decimal): -5444172 or 11857324. OLE color: 11857324.
HSL color Cylindrical-coordinate representation of color #ACEDB4: hue angle of 127.38º 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 #ACEDB4 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 237 | 180 | - |
| CMYK | 0.27 | 0 | 0.24 | 0.07 |
| HSL | 127.38º | 0.64% | 0.8% | - |
| HSV(B) | 127.38º | 0.27% | 0.93% | - |
| XYZ | 55.54 | 72.63 | 54.27 | - |
| YUV | 211.07 | 110.47 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 237 | 180 | 0.27 | 0 | 0.24 | 0.07 | 127.38 | 0.64 | 0.8 |
| Hex | AC | ED | B4 | 1B | 0 | 18 | 7 | 7F | 40 | 50 |
| Octal | 254 | 355 | 264 | 33 | 0 | 30 | 7 | 177 | 100 | 120 |
| Binary | 10101100 | 11101101 | 10110100 | 11011 | 0 | 11000 | 111 | 1111111 | 1000000 | 1010000 |
Color Harmonies of #ACEDB4
Complementary color
Monochromatic Colors of #ACEDB4
Black with #ACEDB4
Text Example
Text Example
White with #ACEDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEDB4; }
p { color: rgb(172,237,180); }
H1.HeaderClassName
{
color: #ACEDB4;
}
.AnyTagClassName
{
color: #ACEDB4;
}
</style>
background-color css
<style>
a { background-color: #ACEDB4; }
a { background-color: rgb(172,237,180); }
div.DivClassName
{
background-color: #ACEDB4;
}
.BgClassName
{
background-color: #ACEDB4;
}
</style>
border-color css
<style>
span { border-color: #ACEDB4; }
span { border-color: rgb(172,237,180); }
td.TdClassName
{
border-color: #ACEDB4;
}
.TagClassName
{
border-color: #ACEDB4;
}
</style>