Shades of Celadon #ACD5B0
Tints of Celadon #ACD5B0
RGB
CMYK
RGB Variations
Color information
#ACD5B0 (or 0xACD5B0) is known color: Celadon. HEX triplet: AC, D5 and B0. RGB value is (172,213,176). Sum of RGB (Red+Green+Blue) = 172+213+176=561 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.66% from 561); Green value is 213 (83.59% from 255 or 37.97% from 561); Blue value is 176 (69.14% from 255 or 31.37% from 561); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD5B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD5B0 is #532A4F. Grayscale: #C4C4C4. Windows color (decimal): -5450320 or 11589036. OLE color: 11589036.
HSL color Cylindrical-coordinate representation of color #ACD5B0: hue angle of 125.85º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACD5B0 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 213 | 176 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.16 |
| HSL | 125.85º | 0.33% | 0.75% | - |
| HSV(B) | 125.85º | 0.19% | 0.84% | - |
| XYZ | 48.64 | 59.49 | 49.99 | - |
| YUV | 196.52 | 116.42 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 213 | 176 | 0.19 | 0 | 0.17 | 0.16 | 125.85 | 0.33 | 0.75 |
| Hex | AC | D5 | B0 | 13 | 0 | 11 | 10 | 7E | 21 | 4B |
| Octal | 254 | 325 | 260 | 23 | 0 | 21 | 20 | 176 | 41 | 113 |
| Binary | 10101100 | 11010101 | 10110000 | 10011 | 0 | 10001 | 10000 | 1111110 | 100001 | 1001011 |
Color Harmonies of #ACD5B0
Complementary color
Monochromatic Colors of #ACD5B0
Black with #ACD5B0
Text Example
Text Example
White with #ACD5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD5B0; }
p { color: rgb(172,213,176); }
H1.HeaderClassName
{
color: #ACD5B0;
}
.AnyTagClassName
{
color: #ACD5B0;
}
</style>
background-color css
<style>
a { background-color: #ACD5B0; }
a { background-color: rgb(172,213,176); }
div.DivClassName
{
background-color: #ACD5B0;
}
.BgClassName
{
background-color: #ACD5B0;
}
</style>
border-color css
<style>
span { border-color: #ACD5B0; }
span { border-color: rgb(172,213,176); }
td.TdClassName
{
border-color: #ACD5B0;
}
.TagClassName
{
border-color: #ACD5B0;
}
</style>