Shades of Celadon #ACEEAB
Tints of Celadon #ACEEAB
RGB
CMYK
RGB Variations
Color information
#ACEEAB (or 0xACEEAB) is known color: Celadon. HEX triplet: AC, EE and AB. RGB value is (172,238,171). Sum of RGB (Red+Green+Blue) = 172+238+171=581 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.60% from 581); Green value is 238 (93.36% from 255 or 40.96% from 581); Blue value is 171 (67.19% from 255 or 29.43% from 581); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEEAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACEEAB is #531154. Grayscale: #D2D2D2. Windows color (decimal): -5443925 or 11267756. OLE color: 11267756.
HSL color Cylindrical-coordinate representation of color #ACEEAB: hue angle of 119.1º 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 #ACEEAB is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 238 | 171 | - |
| CMYK | 0.28 | 0 | 0.28 | 0.07 |
| HSL | 119.1º | 0.66% | 0.8% | - |
| HSV(B) | 119.1º | 0.28% | 0.93% | - |
| XYZ | 54.94 | 72.86 | 49.7 | - |
| YUV | 210.63 | 105.63 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 238 | 171 | 0.28 | 0 | 0.28 | 0.07 | 119.1 | 0.66 | 0.8 |
| Hex | AC | EE | AB | 1C | 0 | 1C | 7 | 77 | 42 | 50 |
| Octal | 254 | 356 | 253 | 34 | 0 | 34 | 7 | 167 | 102 | 120 |
| Binary | 10101100 | 11101110 | 10101011 | 11100 | 0 | 11100 | 111 | 1110111 | 1000010 | 1010000 |
Color Harmonies of #ACEEAB
Complementary color
Monochromatic Colors of #ACEEAB
Black with #ACEEAB
Text Example
Text Example
White with #ACEEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEEAB; }
p { color: rgb(172,238,171); }
H1.HeaderClassName
{
color: #ACEEAB;
}
.AnyTagClassName
{
color: #ACEEAB;
}
</style>
background-color css
<style>
a { background-color: #ACEEAB; }
a { background-color: rgb(172,238,171); }
div.DivClassName
{
background-color: #ACEEAB;
}
.BgClassName
{
background-color: #ACEEAB;
}
</style>
border-color css
<style>
span { border-color: #ACEEAB; }
span { border-color: rgb(172,238,171); }
td.TdClassName
{
border-color: #ACEEAB;
}
.TagClassName
{
border-color: #ACEEAB;
}
</style>