Shades of Celadon #ACEEB0
Tints of Celadon #ACEEB0
RGB
CMYK
RGB Variations
Color information
#ACEEB0 (or 0xACEEB0) is known color: Celadon. HEX triplet: AC, EE and B0. RGB value is (172,238,176). Sum of RGB (Red+Green+Blue) = 172+238+176=586 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.35% from 586); Green value is 238 (93.36% from 255 or 40.61% from 586); Blue value is 176 (69.14% from 255 or 30.03% from 586); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEEB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACEEB0 is #53114F. Grayscale: #D3D3D3. Windows color (decimal): -5443920 or 11595436. OLE color: 11595436.
HSL color Cylindrical-coordinate representation of color #ACEEB0: hue angle of 123.64º 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 #ACEEB0 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 238 | 176 | - |
| CMYK | 0.28 | 0 | 0.26 | 0.07 |
| HSL | 123.64º | 0.66% | 0.8% | - |
| HSV(B) | 123.64º | 0.28% | 0.93% | - |
| XYZ | 55.42 | 73.05 | 52.25 | - |
| YUV | 211.2 | 108.13 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 238 | 176 | 0.28 | 0 | 0.26 | 0.07 | 123.64 | 0.66 | 0.8 |
| Hex | AC | EE | B0 | 1C | 0 | 1A | 7 | 7C | 42 | 50 |
| Octal | 254 | 356 | 260 | 34 | 0 | 32 | 7 | 174 | 102 | 120 |
| Binary | 10101100 | 11101110 | 10110000 | 11100 | 0 | 11010 | 111 | 1111100 | 1000010 | 1010000 |
Color Harmonies of #ACEEB0
Complementary color
Monochromatic Colors of #ACEEB0
Black with #ACEEB0
Text Example
Text Example
White with #ACEEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEEB0; }
p { color: rgb(172,238,176); }
H1.HeaderClassName
{
color: #ACEEB0;
}
.AnyTagClassName
{
color: #ACEEB0;
}
</style>
background-color css
<style>
a { background-color: #ACEEB0; }
a { background-color: rgb(172,238,176); }
div.DivClassName
{
background-color: #ACEEB0;
}
.BgClassName
{
background-color: #ACEEB0;
}
</style>
border-color css
<style>
span { border-color: #ACEEB0; }
span { border-color: rgb(172,238,176); }
td.TdClassName
{
border-color: #ACEEB0;
}
.TagClassName
{
border-color: #ACEEB0;
}
</style>