Shades of Celadon #ACD8B0
Tints of Celadon #ACD8B0
RGB
CMYK
RGB Variations
Color information
#ACD8B0 (or 0xACD8B0) is known color: Celadon. HEX triplet: AC, D8 and B0. RGB value is (172,216,176). Sum of RGB (Red+Green+Blue) = 172+216+176=564 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.50% from 564); Green value is 216 (84.77% from 255 or 38.30% from 564); Blue value is 176 (69.14% from 255 or 31.21% from 564); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD8B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD8B0 is #53274F. Grayscale: #C6C6C6. Windows color (decimal): -5449552 or 11589804. OLE color: 11589804.
HSL color Cylindrical-coordinate representation of color #ACD8B0: hue angle of 125.45º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACD8B0 is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 216 | 176 | - |
| CMYK | 0.20 | 0 | 0.19 | 0.15 |
| HSL | 125.45º | 0.36% | 0.76% | - |
| HSV(B) | 125.45º | 0.2% | 0.85% | - |
| XYZ | 49.41 | 61.02 | 50.25 | - |
| YUV | 198.28 | 115.42 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 216 | 176 | 0.20 | 0 | 0.19 | 0.15 | 125.45 | 0.36 | 0.76 |
| Hex | AC | D8 | B0 | 14 | 0 | 13 | F | 7D | 24 | 4C |
| Octal | 254 | 330 | 260 | 24 | 0 | 23 | 17 | 175 | 44 | 114 |
| Binary | 10101100 | 11011000 | 10110000 | 10100 | 0 | 10011 | 1111 | 1111101 | 100100 | 1001100 |
Color Harmonies of #ACD8B0
Complementary color
Monochromatic Colors of #ACD8B0
Black with #ACD8B0
Text Example
Text Example
White with #ACD8B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD8B0; }
p { color: rgb(172,216,176); }
H1.HeaderClassName
{
color: #ACD8B0;
}
.AnyTagClassName
{
color: #ACD8B0;
}
</style>
background-color css
<style>
a { background-color: #ACD8B0; }
a { background-color: rgb(172,216,176); }
div.DivClassName
{
background-color: #ACD8B0;
}
.BgClassName
{
background-color: #ACD8B0;
}
</style>
border-color css
<style>
span { border-color: #ACD8B0; }
span { border-color: rgb(172,216,176); }
td.TdClassName
{
border-color: #ACD8B0;
}
.TagClassName
{
border-color: #ACD8B0;
}
</style>