Shades of Celadon #ACDDB3
Tints of Celadon #ACDDB3
RGB
CMYK
RGB Variations
Color information
#ACDDB3 (or 0xACDDB3) is known color: Celadon. HEX triplet: AC, DD and B3. RGB value is (172,221,179). Sum of RGB (Red+Green+Blue) = 172+221+179=572 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.07% from 572); Green value is 221 (86.72% from 255 or 38.64% from 572); Blue value is 179 (70.31% from 255 or 31.29% from 572); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDB3 is #53224C. Grayscale: #C9C9C9. Windows color (decimal): -5448269 or 11787692. OLE color: 11787692.
HSL color Cylindrical-coordinate representation of color #ACDDB3: hue angle of 128.57º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACDDB3 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
RGB | 172 | 221 | 179 | - |
CMYK | 0.22 | 0 | 0.19 | 0.13 |
HSL | 128.57º | 0.42% | 0.77% | - |
HSV(B) | 128.57º | 0.22% | 0.87% | - |
XYZ | 51.01 | 63.74 | 52.26 | - |
YUV | 201.56 | 115.27 | 106.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 221 | 179 | 0.22 | 0 | 0.19 | 0.13 | 128.57 | 0.42 | 0.77 |
Hex | AC | DD | B3 | 16 | 0 | 13 | D | 81 | 2A | 4D |
Octal | 254 | 335 | 263 | 26 | 0 | 23 | 15 | 201 | 52 | 115 |
Binary | 10101100 | 11011101 | 10110011 | 10110 | 0 | 10011 | 1101 | 10000001 | 101010 | 1001101 |
Color Harmonies of #ACDDB3
Complementary color
Monochromatic Colors of #ACDDB3
Black with #ACDDB3
Text Example
Text Example
White with #ACDDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDDB3; }
p { color: rgb(172,221,179); }
H1.HeaderClassName
{
color: #ACDDB3;
}
.AnyTagClassName
{
color: #ACDDB3;
}
</style>
background-color css
<style>
a { background-color: #ACDDB3; }
a { background-color: rgb(172,221,179); }
div.DivClassName
{
background-color: #ACDDB3;
}
.BgClassName
{
background-color: #ACDDB3;
}
</style>
border-color css
<style>
span { border-color: #ACDDB3; }
span { border-color: rgb(172,221,179); }
td.TdClassName
{
border-color: #ACDDB3;
}
.TagClassName
{
border-color: #ACDDB3;
}
</style>