Shades of Celadon #ACDCB0
Tints of Celadon #ACDCB0
RGB
CMYK
RGB Variations
Color information
#ACDCB0 (or 0xACDCB0) is known color: Celadon. HEX triplet: AC, DC and B0. RGB value is (172,220,176). Sum of RGB (Red+Green+Blue) = 172+220+176=568 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.28% from 568); Green value is 220 (86.33% from 255 or 38.73% from 568); Blue value is 176 (69.14% from 255 or 30.99% from 568); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDCB0 is #53234F. Grayscale: #C8C8C8. Windows color (decimal): -5448528 or 11590828. OLE color: 11590828.
HSL color Cylindrical-coordinate representation of color #ACDCB0: hue angle of 125º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACDCB0 is Cyan = 0.22, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 220 | 176 | - |
| CMYK | 0.22 | 0 | 0.2 | 0.14 |
| HSL | 125º | 0.41% | 0.77% | - |
| HSV(B) | 125º | 0.22% | 0.86% | - |
| XYZ | 50.44 | 63.09 | 50.59 | - |
| YUV | 200.63 | 114.1 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 220 | 176 | 0.22 | 0 | 0.2 | 0.14 | 125 | 0.41 | 0.77 |
| Hex | AC | DC | B0 | 16 | 0 | 14 | E | 7D | 29 | 4D |
| Octal | 254 | 334 | 260 | 26 | 0 | 24 | 16 | 175 | 51 | 115 |
| Binary | 10101100 | 11011100 | 10110000 | 10110 | 0 | 10100 | 1110 | 1111101 | 101001 | 1001101 |
Color Harmonies of #ACDCB0
Complementary color
Monochromatic Colors of #ACDCB0
Black with #ACDCB0
Text Example
Text Example
White with #ACDCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDCB0; }
p { color: rgb(172,220,176); }
H1.HeaderClassName
{
color: #ACDCB0;
}
.AnyTagClassName
{
color: #ACDCB0;
}
</style>
background-color css
<style>
a { background-color: #ACDCB0; }
a { background-color: rgb(172,220,176); }
div.DivClassName
{
background-color: #ACDCB0;
}
.BgClassName
{
background-color: #ACDCB0;
}
</style>
border-color css
<style>
span { border-color: #ACDCB0; }
span { border-color: rgb(172,220,176); }
td.TdClassName
{
border-color: #ACDCB0;
}
.TagClassName
{
border-color: #ACDCB0;
}
</style>