Shades of Fringy Flower #ACDAB7
Tints of Fringy Flower #ACDAB7
RGB
CMYK
RGB Variations
Color information
#ACDAB7 (or 0xACDAB7) is known color: Fringy Flower. HEX triplet: AC, DA and B7. RGB value is (172,218,183). Sum of RGB (Red+Green+Blue) = 172+218+183=573 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.02% from 573); Green value is 218 (85.55% from 255 or 38.05% from 573); Blue value is 183 (71.88% from 255 or 31.94% from 573); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDAB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDAB7 is #532548. Grayscale: #C8C8C8. Windows color (decimal): -5449033 or 12049068. OLE color: 12049068.
HSL color Cylindrical-coordinate representation of color #ACDAB7: hue angle of 134.35º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACDAB7 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
RGB | 172 | 218 | 183 | - |
CMYK | 0.21 | 0 | 0.16 | 0.15 |
HSL | 134.35º | 0.38% | 0.76% | - |
HSV(B) | 134.35º | 0.21% | 0.85% | - |
XYZ | 50.63 | 62.33 | 54.16 | - |
YUV | 200.26 | 118.26 | 107.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 218 | 183 | 0.21 | 0 | 0.16 | 0.15 | 134.35 | 0.38 | 0.76 |
Hex | AC | DA | B7 | 15 | 0 | 10 | F | 86 | 26 | 4C |
Octal | 254 | 332 | 267 | 25 | 0 | 20 | 17 | 206 | 46 | 114 |
Binary | 10101100 | 11011010 | 10110111 | 10101 | 0 | 10000 | 1111 | 10000110 | 100110 | 1001100 |
Color Harmonies of #ACDAB7
Complementary color
Monochromatic Colors of #ACDAB7
Black with #ACDAB7
Text Example
Text Example
White with #ACDAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDAB7; }
p { color: rgb(172,218,183); }
H1.HeaderClassName
{
color: #ACDAB7;
}
.AnyTagClassName
{
color: #ACDAB7;
}
</style>
background-color css
<style>
a { background-color: #ACDAB7; }
a { background-color: rgb(172,218,183); }
div.DivClassName
{
background-color: #ACDAB7;
}
.BgClassName
{
background-color: #ACDAB7;
}
</style>
border-color css
<style>
span { border-color: #ACDAB7; }
span { border-color: rgb(172,218,183); }
td.TdClassName
{
border-color: #ACDAB7;
}
.TagClassName
{
border-color: #ACDAB7;
}
</style>