Shades of Celadon #ACEBAF
Tints of Celadon #ACEBAF
RGB
CMYK
RGB Variations
Color information
#ACEBAF (or 0xACEBAF) is known color: Celadon. HEX triplet: AC, EB and AF. RGB value is (172,235,175). Sum of RGB (Red+Green+Blue) = 172+235+175=582 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.55% from 582); Green value is 235 (92.19% from 255 or 40.38% from 582); Blue value is 175 (68.75% from 255 or 30.07% from 582); Max value from RGB is 235 - color contains mainly: green. Hex color #ACEBAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACEBAF is #531450. Grayscale: #D1D1D1. Windows color (decimal): -5444689 or 11529132. OLE color: 11529132.
HSL color Cylindrical-coordinate representation of color #ACEBAF: hue angle of 122.86º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACEBAF is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 235 | 175 | - |
| CMYK | 0.27 | 0 | 0.26 | 0.08 |
| HSL | 122.86º | 0.61% | 0.8% | - |
| HSV(B) | 122.86º | 0.27% | 0.92% | - |
| XYZ | 54.46 | 71.28 | 51.45 | - |
| YUV | 209.32 | 108.63 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 235 | 175 | 0.27 | 0 | 0.26 | 0.08 | 122.86 | 0.61 | 0.8 |
| Hex | AC | EB | AF | 1B | 0 | 1A | 8 | 7B | 3D | 50 |
| Octal | 254 | 353 | 257 | 33 | 0 | 32 | 10 | 173 | 75 | 120 |
| Binary | 10101100 | 11101011 | 10101111 | 11011 | 0 | 11010 | 1000 | 1111011 | 111101 | 1010000 |
Color Harmonies of #ACEBAF
Complementary color
Monochromatic Colors of #ACEBAF
Black with #ACEBAF
Text Example
Text Example
White with #ACEBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEBAF; }
p { color: rgb(172,235,175); }
H1.HeaderClassName
{
color: #ACEBAF;
}
.AnyTagClassName
{
color: #ACEBAF;
}
</style>
background-color css
<style>
a { background-color: #ACEBAF; }
a { background-color: rgb(172,235,175); }
div.DivClassName
{
background-color: #ACEBAF;
}
.BgClassName
{
background-color: #ACEBAF;
}
</style>
border-color css
<style>
span { border-color: #ACEBAF; }
span { border-color: rgb(172,235,175); }
td.TdClassName
{
border-color: #ACEBAF;
}
.TagClassName
{
border-color: #ACEBAF;
}
</style>