Shades of Celadon #ACDCB1
Tints of Celadon #ACDCB1
RGB
CMYK
RGB Variations
Color information
#ACDCB1 (or 0xACDCB1) is known color: Celadon. HEX triplet: AC, DC and B1. RGB value is (172,220,177). Sum of RGB (Red+Green+Blue) = 172+220+177=569 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.23% from 569); Green value is 220 (86.33% from 255 or 38.66% from 569); Blue value is 177 (69.53% from 255 or 31.11% from 569); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDCB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDCB1 is #53234E. Grayscale: #C8C8C8. Windows color (decimal): -5448527 or 11656364. OLE color: 11656364.
HSL color Cylindrical-coordinate representation of color #ACDCB1: hue angle of 126.25º 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 #ACDCB1 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 220 | 177 | - |
| CMYK | 0.22 | 0 | 0.20 | 0.14 |
| HSL | 126.25º | 0.41% | 0.77% | - |
| HSV(B) | 126.25º | 0.22% | 0.86% | - |
| XYZ | 50.54 | 63.13 | 51.12 | - |
| YUV | 200.75 | 114.6 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 220 | 177 | 0.22 | 0 | 0.20 | 0.14 | 126.25 | 0.41 | 0.77 |
| Hex | AC | DC | B1 | 16 | 0 | 14 | E | 7E | 29 | 4D |
| Octal | 254 | 334 | 261 | 26 | 0 | 24 | 16 | 176 | 51 | 115 |
| Binary | 10101100 | 11011100 | 10110001 | 10110 | 0 | 10100 | 1110 | 1111110 | 101001 | 1001101 |
Color Harmonies of #ACDCB1
Complementary color
Monochromatic Colors of #ACDCB1
Black with #ACDCB1
Text Example
Text Example
White with #ACDCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDCB1; }
p { color: rgb(172,220,177); }
H1.HeaderClassName
{
color: #ACDCB1;
}
.AnyTagClassName
{
color: #ACDCB1;
}
</style>
background-color css
<style>
a { background-color: #ACDCB1; }
a { background-color: rgb(172,220,177); }
div.DivClassName
{
background-color: #ACDCB1;
}
.BgClassName
{
background-color: #ACDCB1;
}
</style>
border-color css
<style>
span { border-color: #ACDCB1; }
span { border-color: rgb(172,220,177); }
td.TdClassName
{
border-color: #ACDCB1;
}
.TagClassName
{
border-color: #ACDCB1;
}
</style>