Shades of Celadon #ACD4B0
Tints of Celadon #ACD4B0
RGB
CMYK
RGB Variations
Color information
#ACD4B0 (or 0xACD4B0) is known color: Celadon. HEX triplet: AC, D4 and B0. RGB value is (172,212,176). Sum of RGB (Red+Green+Blue) = 172+212+176=560 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.71% from 560); Green value is 212 (83.20% from 255 or 37.86% from 560); Blue value is 176 (69.14% from 255 or 31.43% from 560); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD4B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD4B0 is #532B4F. Grayscale: #C4C4C4. Windows color (decimal): -5450576 or 11588780. OLE color: 11588780.
HSL color Cylindrical-coordinate representation of color #ACD4B0: hue angle of 126º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACD4B0 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 212 | 176 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.17 |
| HSL | 126º | 0.32% | 0.75% | - |
| HSV(B) | 126º | 0.19% | 0.83% | - |
| XYZ | 48.39 | 58.99 | 49.91 | - |
| YUV | 195.94 | 116.75 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 212 | 176 | 0.19 | 0 | 0.17 | 0.17 | 126 | 0.32 | 0.75 |
| Hex | AC | D4 | B0 | 13 | 0 | 11 | 11 | 7E | 20 | 4B |
| Octal | 254 | 324 | 260 | 23 | 0 | 21 | 21 | 176 | 40 | 113 |
| Binary | 10101100 | 11010100 | 10110000 | 10011 | 0 | 10001 | 10001 | 1111110 | 100000 | 1001011 |
Color Harmonies of #ACD4B0
Complementary color
Monochromatic Colors of #ACD4B0
Black with #ACD4B0
Text Example
Text Example
White with #ACD4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD4B0; }
p { color: rgb(172,212,176); }
H1.HeaderClassName
{
color: #ACD4B0;
}
.AnyTagClassName
{
color: #ACD4B0;
}
</style>
background-color css
<style>
a { background-color: #ACD4B0; }
a { background-color: rgb(172,212,176); }
div.DivClassName
{
background-color: #ACD4B0;
}
.BgClassName
{
background-color: #ACD4B0;
}
</style>
border-color css
<style>
span { border-color: #ACD4B0; }
span { border-color: rgb(172,212,176); }
td.TdClassName
{
border-color: #ACD4B0;
}
.TagClassName
{
border-color: #ACD4B0;
}
</style>