Shades of Celadon #ACDFB0
Tints of Celadon #ACDFB0
RGB
CMYK
RGB Variations
Color information
#ACDFB0 (or 0xACDFB0) is known color: Celadon. HEX triplet: AC, DF and B0. RGB value is (172,223,176). Sum of RGB (Red+Green+Blue) = 172+223+176=571 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.12% from 571); Green value is 223 (87.5% from 255 or 39.05% from 571); Blue value is 176 (69.14% from 255 or 30.82% from 571); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDFB0 is #53204F. Grayscale: #CACACA. Windows color (decimal): -5447760 or 11591596. OLE color: 11591596.
HSL color Cylindrical-coordinate representation of color #ACDFB0: hue angle of 124.71º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACDFB0 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
RGB | 172 | 223 | 176 | - |
CMYK | 0.23 | 0 | 0.21 | 0.13 |
HSL | 124.71º | 0.44% | 0.77% | - |
HSV(B) | 124.71º | 0.23% | 0.87% | - |
XYZ | 51.24 | 64.68 | 50.86 | - |
YUV | 202.39 | 113.1 | 106.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 223 | 176 | 0.23 | 0 | 0.21 | 0.13 | 124.71 | 0.44 | 0.77 |
Hex | AC | DF | B0 | 17 | 0 | 15 | D | 7D | 2C | 4D |
Octal | 254 | 337 | 260 | 27 | 0 | 25 | 15 | 175 | 54 | 115 |
Binary | 10101100 | 11011111 | 10110000 | 10111 | 0 | 10101 | 1101 | 1111101 | 101100 | 1001101 |
Color Harmonies of #ACDFB0
Complementary color
Monochromatic Colors of #ACDFB0
Black with #ACDFB0
Text Example
Text Example
White with #ACDFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDFB0; }
p { color: rgb(172,223,176); }
H1.HeaderClassName
{
color: #ACDFB0;
}
.AnyTagClassName
{
color: #ACDFB0;
}
</style>
background-color css
<style>
a { background-color: #ACDFB0; }
a { background-color: rgb(172,223,176); }
div.DivClassName
{
background-color: #ACDFB0;
}
.BgClassName
{
background-color: #ACDFB0;
}
</style>
border-color css
<style>
span { border-color: #ACDFB0; }
span { border-color: rgb(172,223,176); }
td.TdClassName
{
border-color: #ACDFB0;
}
.TagClassName
{
border-color: #ACDFB0;
}
</style>