Shades of Celadon #ACD9B1
Tints of Celadon #ACD9B1
RGB
CMYK
RGB Variations
Color information
#ACD9B1 (or 0xACD9B1) is known color: Celadon. HEX triplet: AC, D9 and B1. RGB value is (172,217,177). Sum of RGB (Red+Green+Blue) = 172+217+177=566 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.39% from 566); Green value is 217 (85.16% from 255 or 38.34% from 566); Blue value is 177 (69.53% from 255 or 31.27% from 566); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD9B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD9B1 is #53264E. Grayscale: #C7C7C7. Windows color (decimal): -5449295 or 11655596. OLE color: 11655596.
HSL color Cylindrical-coordinate representation of color #ACD9B1: hue angle of 126.67º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACD9B1 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 217 | 177 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.15 |
| HSL | 126.67º | 0.37% | 0.76% | - |
| HSV(B) | 126.67º | 0.21% | 0.85% | - |
| XYZ | 49.76 | 61.57 | 50.86 | - |
| YUV | 198.99 | 115.59 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 217 | 177 | 0.21 | 0 | 0.18 | 0.15 | 126.67 | 0.37 | 0.76 |
| Hex | AC | D9 | B1 | 15 | 0 | 12 | F | 7F | 25 | 4C |
| Octal | 254 | 331 | 261 | 25 | 0 | 22 | 17 | 177 | 45 | 114 |
| Binary | 10101100 | 11011001 | 10110001 | 10101 | 0 | 10010 | 1111 | 1111111 | 100101 | 1001100 |
Color Harmonies of #ACD9B1
Complementary color
Monochromatic Colors of #ACD9B1
Black with #ACD9B1
Text Example
Text Example
White with #ACD9B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD9B1; }
p { color: rgb(172,217,177); }
H1.HeaderClassName
{
color: #ACD9B1;
}
.AnyTagClassName
{
color: #ACD9B1;
}
</style>
background-color css
<style>
a { background-color: #ACD9B1; }
a { background-color: rgb(172,217,177); }
div.DivClassName
{
background-color: #ACD9B1;
}
.BgClassName
{
background-color: #ACD9B1;
}
</style>
border-color css
<style>
span { border-color: #ACD9B1; }
span { border-color: rgb(172,217,177); }
td.TdClassName
{
border-color: #ACD9B1;
}
.TagClassName
{
border-color: #ACD9B1;
}
</style>