Shades of Celadon #ACEAAE
Tints of Celadon #ACEAAE
RGB
CMYK
RGB Variations
Color information
#ACEAAE (or 0xACEAAE) is known color: Celadon. HEX triplet: AC, EA and AE. RGB value is (172,234,174). Sum of RGB (Red+Green+Blue) = 172+234+174=580 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.66% from 580); Green value is 234 (91.80% from 255 or 40.34% from 580); Blue value is 174 (68.36% from 255 or 30% from 580); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEAAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACEAAE is #531551. Grayscale: #D0D0D0. Windows color (decimal): -5444946 or 11463340. OLE color: 11463340.
HSL color Cylindrical-coordinate representation of color #ACEAAE: hue angle of 121.94º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACEAAE is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 234 | 174 | - |
| CMYK | 0.26 | 0 | 0.26 | 0.08 |
| HSL | 121.94º | 0.6% | 0.8% | - |
| HSV(B) | 121.94º | 0.26% | 0.92% | - |
| XYZ | 54.08 | 70.67 | 50.84 | - |
| YUV | 208.62 | 108.46 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 234 | 174 | 0.26 | 0 | 0.26 | 0.08 | 121.94 | 0.6 | 0.8 |
| Hex | AC | EA | AE | 1A | 0 | 1A | 8 | 7A | 3C | 50 |
| Octal | 254 | 352 | 256 | 32 | 0 | 32 | 10 | 172 | 74 | 120 |
| Binary | 10101100 | 11101010 | 10101110 | 11010 | 0 | 11010 | 1000 | 1111010 | 111100 | 1010000 |
Color Harmonies of #ACEAAE
Complementary color
Monochromatic Colors of #ACEAAE
Black with #ACEAAE
Text Example
Text Example
White with #ACEAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEAAE; }
p { color: rgb(172,234,174); }
H1.HeaderClassName
{
color: #ACEAAE;
}
.AnyTagClassName
{
color: #ACEAAE;
}
</style>
background-color css
<style>
a { background-color: #ACEAAE; }
a { background-color: rgb(172,234,174); }
div.DivClassName
{
background-color: #ACEAAE;
}
.BgClassName
{
background-color: #ACEAAE;
}
</style>
border-color css
<style>
span { border-color: #ACEAAE; }
span { border-color: rgb(172,234,174); }
td.TdClassName
{
border-color: #ACEAAE;
}
.TagClassName
{
border-color: #ACEAAE;
}
</style>