Shades of Fringy Flower #ACDCB7
Tints of Fringy Flower #ACDCB7
RGB
CMYK
RGB Variations
Color information
#ACDCB7 (or 0xACDCB7) is known color: Fringy Flower. HEX triplet: AC, DC and B7. RGB value is (172,220,183). Sum of RGB (Red+Green+Blue) = 172+220+183=575 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.91% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 183 (71.88% from 255 or 31.83% from 575); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDCB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDCB7 is #532348. Grayscale: #C9C9C9. Windows color (decimal): -5448521 or 12049580. OLE color: 12049580.
HSL color Cylindrical-coordinate representation of color #ACDCB7: hue angle of 133.75º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACDCB7 is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
RGB | 172 | 220 | 183 | - |
CMYK | 0.22 | 0 | 0.17 | 0.14 |
HSL | 133.75º | 0.41% | 0.77% | - |
HSV(B) | 133.75º | 0.22% | 0.86% | - |
XYZ | 51.15 | 63.38 | 54.34 | - |
YUV | 201.43 | 117.6 | 107.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 220 | 183 | 0.22 | 0 | 0.17 | 0.14 | 133.75 | 0.41 | 0.77 |
Hex | AC | DC | B7 | 16 | 0 | 11 | E | 86 | 29 | 4D |
Octal | 254 | 334 | 267 | 26 | 0 | 21 | 16 | 206 | 51 | 115 |
Binary | 10101100 | 11011100 | 10110111 | 10110 | 0 | 10001 | 1110 | 10000110 | 101001 | 1001101 |
Color Harmonies of #ACDCB7
Complementary color
Monochromatic Colors of #ACDCB7
Black with #ACDCB7
Text Example
Text Example
White with #ACDCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDCB7; }
p { color: rgb(172,220,183); }
H1.HeaderClassName
{
color: #ACDCB7;
}
.AnyTagClassName
{
color: #ACDCB7;
}
</style>
background-color css
<style>
a { background-color: #ACDCB7; }
a { background-color: rgb(172,220,183); }
div.DivClassName
{
background-color: #ACDCB7;
}
.BgClassName
{
background-color: #ACDCB7;
}
</style>
border-color css
<style>
span { border-color: #ACDCB7; }
span { border-color: rgb(172,220,183); }
td.TdClassName
{
border-color: #ACDCB7;
}
.TagClassName
{
border-color: #ACDCB7;
}
</style>