Shades of Celadon #ACECAC
Tints of Celadon #ACECAC
RGB
CMYK
RGB Variations
Color information
#ACECAC (or 0xACECAC) is known color: Celadon. HEX triplet: AC, EC and AC. RGB value is (172,236,172). Sum of RGB (Red+Green+Blue) = 172+236+172=580 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.66% from 580); Green value is 236 (92.58% from 255 or 40.69% from 580); Blue value is 172 (67.58% from 255 or 29.66% from 580); Max value from RGB is 236 - color contains mainly: green. Hex color #ACECAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACECAC is #531353. Grayscale: #D1D1D1. Windows color (decimal): -5444436 or 11332780. OLE color: 11332780.
HSL color Cylindrical-coordinate representation of color #ACECAC: hue angle of 120º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACECAC is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
RGB | 172 | 236 | 172 | - |
CMYK | 0.27 | 0 | 0.27 | 0.07 |
HSL | 120º | 0.63% | 0.8% | - |
HSV(B) | 120º | 0.27% | 0.93% | - |
XYZ | 54.46 | 71.74 | 50.01 | - |
YUV | 209.57 | 106.8 | 101.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 236 | 172 | 0.27 | 0 | 0.27 | 0.07 | 120 | 0.63 | 0.8 |
Hex | AC | EC | AC | 1B | 0 | 1B | 7 | 78 | 3F | 50 |
Octal | 254 | 354 | 254 | 33 | 0 | 33 | 7 | 170 | 77 | 120 |
Binary | 10101100 | 11101100 | 10101100 | 11011 | 0 | 11011 | 111 | 1111000 | 111111 | 1010000 |
Color Harmonies of #ACECAC
Complementary color
Monochromatic Colors of #ACECAC
Black with #ACECAC
Text Example
Text Example
White with #ACECAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACECAC; }
p { color: rgb(172,236,172); }
H1.HeaderClassName
{
color: #ACECAC;
}
.AnyTagClassName
{
color: #ACECAC;
}
</style>
background-color css
<style>
a { background-color: #ACECAC; }
a { background-color: rgb(172,236,172); }
div.DivClassName
{
background-color: #ACECAC;
}
.BgClassName
{
background-color: #ACECAC;
}
</style>
border-color css
<style>
span { border-color: #ACECAC; }
span { border-color: rgb(172,236,172); }
td.TdClassName
{
border-color: #ACECAC;
}
.TagClassName
{
border-color: #ACECAC;
}
</style>