Shades of Celadon #ACEEB1
Tints of Celadon #ACEEB1
RGB
CMYK
RGB Variations
Color information
#ACEEB1 (or 0xACEEB1) is known color: Celadon. HEX triplet: AC, EE and B1. RGB value is (172,238,177). Sum of RGB (Red+Green+Blue) = 172+238+177=587 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.30% from 587); Green value is 238 (93.36% from 255 or 40.55% from 587); Blue value is 177 (69.53% from 255 or 30.15% from 587); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEEB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACEEB1 is #53114E. Grayscale: #D3D3D3. Windows color (decimal): -5443919 or 11660972. OLE color: 11660972.
HSL color Cylindrical-coordinate representation of color #ACEEB1: hue angle of 124.55º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACEEB1 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 238 | 177 | - |
| CMYK | 0.28 | 0 | 0.26 | 0.07 |
| HSL | 124.55º | 0.66% | 0.8% | - |
| HSV(B) | 124.55º | 0.28% | 0.93% | - |
| XYZ | 55.52 | 73.09 | 52.78 | - |
| YUV | 211.31 | 108.63 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 238 | 177 | 0.28 | 0 | 0.26 | 0.07 | 124.55 | 0.66 | 0.8 |
| Hex | AC | EE | B1 | 1C | 0 | 1A | 7 | 7D | 42 | 50 |
| Octal | 254 | 356 | 261 | 34 | 0 | 32 | 7 | 175 | 102 | 120 |
| Binary | 10101100 | 11101110 | 10110001 | 11100 | 0 | 11010 | 111 | 1111101 | 1000010 | 1010000 |
Color Harmonies of #ACEEB1
Complementary color
Monochromatic Colors of #ACEEB1
Black with #ACEEB1
Text Example
Text Example
White with #ACEEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEEB1; }
p { color: rgb(172,238,177); }
H1.HeaderClassName
{
color: #ACEEB1;
}
.AnyTagClassName
{
color: #ACEEB1;
}
</style>
background-color css
<style>
a { background-color: #ACEEB1; }
a { background-color: rgb(172,238,177); }
div.DivClassName
{
background-color: #ACEEB1;
}
.BgClassName
{
background-color: #ACEEB1;
}
</style>
border-color css
<style>
span { border-color: #ACEEB1; }
span { border-color: rgb(172,238,177); }
td.TdClassName
{
border-color: #ACEEB1;
}
.TagClassName
{
border-color: #ACEEB1;
}
</style>