Shades of Celadon #ACDCB2
Tints of Celadon #ACDCB2
RGB
CMYK
RGB Variations
Color information
#ACDCB2 (or 0xACDCB2) is known color: Celadon. HEX triplet: AC, DC and B2. RGB value is (172,220,178). Sum of RGB (Red+Green+Blue) = 172+220+178=570 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.18% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 178 (69.92% from 255 or 31.23% from 570); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDCB2 is #53234D. Grayscale: #C8C8C8. Windows color (decimal): -5448526 or 11721900. OLE color: 11721900.
HSL color Cylindrical-coordinate representation of color #ACDCB2: hue angle of 127.5º 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 #ACDCB2 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 220 | 178 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.14 |
| HSL | 127.5º | 0.41% | 0.77% | - |
| HSV(B) | 127.5º | 0.22% | 0.86% | - |
| XYZ | 50.64 | 63.17 | 51.64 | - |
| YUV | 200.86 | 115.1 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 220 | 178 | 0.22 | 0 | 0.19 | 0.14 | 127.5 | 0.41 | 0.77 |
| Hex | AC | DC | B2 | 16 | 0 | 13 | E | 80 | 29 | 4D |
| Octal | 254 | 334 | 262 | 26 | 0 | 23 | 16 | 200 | 51 | 115 |
| Binary | 10101100 | 11011100 | 10110010 | 10110 | 0 | 10011 | 1110 | 10000000 | 101001 | 1001101 |
Color Harmonies of #ACDCB2
Complementary color
Monochromatic Colors of #ACDCB2
Black with #ACDCB2
Text Example
Text Example
White with #ACDCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDCB2; }
p { color: rgb(172,220,178); }
H1.HeaderClassName
{
color: #ACDCB2;
}
.AnyTagClassName
{
color: #ACDCB2;
}
</style>
background-color css
<style>
a { background-color: #ACDCB2; }
a { background-color: rgb(172,220,178); }
div.DivClassName
{
background-color: #ACDCB2;
}
.BgClassName
{
background-color: #ACDCB2;
}
</style>
border-color css
<style>
span { border-color: #ACDCB2; }
span { border-color: rgb(172,220,178); }
td.TdClassName
{
border-color: #ACDCB2;
}
.TagClassName
{
border-color: #ACDCB2;
}
</style>