Shades of Celadon #ACEDB2
Tints of Celadon #ACEDB2
RGB
CMYK
RGB Variations
Color information
#ACEDB2 (or 0xACEDB2) is known color: Celadon. HEX triplet: AC, ED and B2. RGB value is (172,237,178). Sum of RGB (Red+Green+Blue) = 172+237+178=587 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.30% from 587); Green value is 237 (92.97% from 255 or 40.37% from 587); Blue value is 178 (69.92% from 255 or 30.32% from 587); Max value from RGB is 237 - color contains mainly: green. Hex color #ACEDB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACEDB2 is #53124D. Grayscale: #D3D3D3. Windows color (decimal): -5444174 or 11726252. OLE color: 11726252.
HSL color Cylindrical-coordinate representation of color #ACEDB2: hue angle of 125.54º degrees, saturation: 0.64, 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 #ACEDB2 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 237 | 178 | - |
| CMYK | 0.27 | 0 | 0.25 | 0.07 |
| HSL | 125.54º | 0.64% | 0.8% | - |
| HSV(B) | 125.54º | 0.27% | 0.93% | - |
| XYZ | 55.33 | 72.55 | 53.21 | - |
| YUV | 210.84 | 109.47 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 237 | 178 | 0.27 | 0 | 0.25 | 0.07 | 125.54 | 0.64 | 0.8 |
| Hex | AC | ED | B2 | 1B | 0 | 19 | 7 | 7E | 40 | 50 |
| Octal | 254 | 355 | 262 | 33 | 0 | 31 | 7 | 176 | 100 | 120 |
| Binary | 10101100 | 11101101 | 10110010 | 11011 | 0 | 11001 | 111 | 1111110 | 1000000 | 1010000 |
Color Harmonies of #ACEDB2
Complementary color
Monochromatic Colors of #ACEDB2
Black with #ACEDB2
Text Example
Text Example
White with #ACEDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEDB2; }
p { color: rgb(172,237,178); }
H1.HeaderClassName
{
color: #ACEDB2;
}
.AnyTagClassName
{
color: #ACEDB2;
}
</style>
background-color css
<style>
a { background-color: #ACEDB2; }
a { background-color: rgb(172,237,178); }
div.DivClassName
{
background-color: #ACEDB2;
}
.BgClassName
{
background-color: #ACEDB2;
}
</style>
border-color css
<style>
span { border-color: #ACEDB2; }
span { border-color: rgb(172,237,178); }
td.TdClassName
{
border-color: #ACEDB2;
}
.TagClassName
{
border-color: #ACEDB2;
}
</style>