Shades of Fringy Flower #ACDDB5
Tints of Fringy Flower #ACDDB5
RGB
CMYK
RGB Variations
Color information
#ACDDB5 (or 0xACDDB5) is known color: Fringy Flower. HEX triplet: AC, DD and B5. RGB value is (172,221,181). Sum of RGB (Red+Green+Blue) = 172+221+181=574 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.97% from 574); Green value is 221 (86.72% from 255 or 38.50% from 574); Blue value is 181 (71.09% from 255 or 31.53% from 574); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDB5 is #53224A. Grayscale: #C9C9C9. Windows color (decimal): -5448267 or 11918764. OLE color: 11918764.
HSL color Cylindrical-coordinate representation of color #ACDDB5: hue angle of 131.02º 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 #ACDDB5 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
RGB | 172 | 221 | 181 | - |
CMYK | 0.22 | 0 | 0.18 | 0.13 |
HSL | 131.02º | 0.42% | 0.77% | - |
HSV(B) | 131.02º | 0.22% | 0.87% | - |
XYZ | 51.21 | 63.82 | 53.34 | - |
YUV | 201.79 | 116.27 | 106.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 221 | 181 | 0.22 | 0 | 0.18 | 0.13 | 131.02 | 0.42 | 0.77 |
Hex | AC | DD | B5 | 16 | 0 | 12 | D | 83 | 2A | 4D |
Octal | 254 | 335 | 265 | 26 | 0 | 22 | 15 | 203 | 52 | 115 |
Binary | 10101100 | 11011101 | 10110101 | 10110 | 0 | 10010 | 1101 | 10000011 | 101010 | 1001101 |
Color Harmonies of #ACDDB5
Complementary color
Monochromatic Colors of #ACDDB5
Black with #ACDDB5
Text Example
Text Example
White with #ACDDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDDB5; }
p { color: rgb(172,221,181); }
H1.HeaderClassName
{
color: #ACDDB5;
}
.AnyTagClassName
{
color: #ACDDB5;
}
</style>
background-color css
<style>
a { background-color: #ACDDB5; }
a { background-color: rgb(172,221,181); }
div.DivClassName
{
background-color: #ACDDB5;
}
.BgClassName
{
background-color: #ACDDB5;
}
</style>
border-color css
<style>
span { border-color: #ACDDB5; }
span { border-color: rgb(172,221,181); }
td.TdClassName
{
border-color: #ACDDB5;
}
.TagClassName
{
border-color: #ACDDB5;
}
</style>