Shades of Celadon #ACEEAC
Tints of Celadon #ACEEAC
RGB
CMYK
RGB Variations
Color information
#ACEEAC (or 0xACEEAC) is known color: Celadon. HEX triplet: AC, EE and AC. RGB value is (172,238,172). Sum of RGB (Red+Green+Blue) = 172+238+172=582 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.55% from 582); Green value is 238 (93.36% from 255 or 40.89% from 582); Blue value is 172 (67.58% from 255 or 29.55% from 582); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEEAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACEEAC is #531153. Grayscale: #D2D2D2. Windows color (decimal): -5443924 or 11333292. OLE color: 11333292.
HSL color Cylindrical-coordinate representation of color #ACEEAC: hue angle of 120º 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 #ACEEAC is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 238 | 172 | - |
| CMYK | 0.28 | 0 | 0.28 | 0.07 |
| HSL | 120º | 0.66% | 0.8% | - |
| HSV(B) | 120º | 0.28% | 0.93% | - |
| XYZ | 55.03 | 72.9 | 50.2 | - |
| YUV | 210.74 | 106.13 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 238 | 172 | 0.28 | 0 | 0.28 | 0.07 | 120 | 0.66 | 0.8 |
| Hex | AC | EE | AC | 1C | 0 | 1C | 7 | 78 | 42 | 50 |
| Octal | 254 | 356 | 254 | 34 | 0 | 34 | 7 | 170 | 102 | 120 |
| Binary | 10101100 | 11101110 | 10101100 | 11100 | 0 | 11100 | 111 | 1111000 | 1000010 | 1010000 |
Color Harmonies of #ACEEAC
Complementary color
Monochromatic Colors of #ACEEAC
Black with #ACEEAC
Text Example
Text Example
White with #ACEEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEEAC; }
p { color: rgb(172,238,172); }
H1.HeaderClassName
{
color: #ACEEAC;
}
.AnyTagClassName
{
color: #ACEEAC;
}
</style>
background-color css
<style>
a { background-color: #ACEEAC; }
a { background-color: rgb(172,238,172); }
div.DivClassName
{
background-color: #ACEEAC;
}
.BgClassName
{
background-color: #ACEEAC;
}
</style>
border-color css
<style>
span { border-color: #ACEEAC; }
span { border-color: rgb(172,238,172); }
td.TdClassName
{
border-color: #ACEEAC;
}
.TagClassName
{
border-color: #ACEEAC;
}
</style>