Shades of Celadon #ACEDAB
Tints of Celadon #ACEDAB
RGB
CMYK
RGB Variations
Color information
#ACEDAB (or 0xACEDAB) is known color: Celadon. HEX triplet: AC, ED and AB. RGB value is (172,237,171). Sum of RGB (Red+Green+Blue) = 172+237+171=580 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.66% from 580); Green value is 237 (92.97% from 255 or 40.86% from 580); Blue value is 171 (67.19% from 255 or 29.48% from 580); Max value from RGB is 237 - color contains mainly: green. Hex color #ACEDAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACEDAB is #531254. Grayscale: #D2D2D2. Windows color (decimal): -5444181 or 11267500. OLE color: 11267500.
HSL color Cylindrical-coordinate representation of color #ACEDAB: hue angle of 119.09º degrees, saturation: 0.65, 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 #ACEDAB is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 237 | 171 | - |
| CMYK | 0.27 | 0 | 0.28 | 0.07 |
| HSL | 119.09º | 0.65% | 0.8% | - |
| HSV(B) | 119.09º | 0.28% | 0.93% | - |
| XYZ | 54.65 | 72.28 | 49.6 | - |
| YUV | 210.04 | 105.97 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 237 | 171 | 0.27 | 0 | 0.28 | 0.07 | 119.09 | 0.65 | 0.8 |
| Hex | AC | ED | AB | 1B | 0 | 1C | 7 | 77 | 41 | 50 |
| Octal | 254 | 355 | 253 | 33 | 0 | 34 | 7 | 167 | 101 | 120 |
| Binary | 10101100 | 11101101 | 10101011 | 11011 | 0 | 11100 | 111 | 1110111 | 1000001 | 1010000 |
Color Harmonies of #ACEDAB
Complementary color
Monochromatic Colors of #ACEDAB
Black with #ACEDAB
Text Example
Text Example
White with #ACEDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEDAB; }
p { color: rgb(172,237,171); }
H1.HeaderClassName
{
color: #ACEDAB;
}
.AnyTagClassName
{
color: #ACEDAB;
}
</style>
background-color css
<style>
a { background-color: #ACEDAB; }
a { background-color: rgb(172,237,171); }
div.DivClassName
{
background-color: #ACEDAB;
}
.BgClassName
{
background-color: #ACEDAB;
}
</style>
border-color css
<style>
span { border-color: #ACEDAB; }
span { border-color: rgb(172,237,171); }
td.TdClassName
{
border-color: #ACEDAB;
}
.TagClassName
{
border-color: #ACEDAB;
}
</style>