Shades of Fringy Flower #ACE4BD
Tints of Fringy Flower #ACE4BD
RGB
CMYK
RGB Variations
Color information
#ACE4BD (or 0xACE4BD) is known color: Fringy Flower. HEX triplet: AC, E4 and BD. RGB value is (172,228,189). Sum of RGB (Red+Green+Blue) = 172+228+189=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 228 (89.45% from 255 or 38.71% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE4BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE4BD is #531B42. Grayscale: #CECECE. Windows color (decimal): -5446467 or 12444844. OLE color: 12444844.
HSL color Cylindrical-coordinate representation of color #ACE4BD: hue angle of 138.21º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACE4BD is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 228 | 189 | - |
| CMYK | 0.25 | 0 | 0.17 | 0.11 |
| HSL | 138.21º | 0.51% | 0.78% | - |
| HSV(B) | 138.21º | 0.25% | 0.89% | - |
| XYZ | 53.94 | 67.93 | 58.41 | - |
| YUV | 206.81 | 117.95 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 228 | 189 | 0.25 | 0 | 0.17 | 0.11 | 138.21 | 0.51 | 0.78 |
| Hex | AC | E4 | BD | 19 | 0 | 11 | B | 8A | 33 | 4E |
| Octal | 254 | 344 | 275 | 31 | 0 | 21 | 13 | 212 | 63 | 116 |
| Binary | 10101100 | 11100100 | 10111101 | 11001 | 0 | 10001 | 1011 | 10001010 | 110011 | 1001110 |
Color Harmonies of #ACE4BD
Complementary color
Monochromatic Colors of #ACE4BD
Black with #ACE4BD
Text Example
Text Example
White with #ACE4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE4BD; }
p { color: rgb(172,228,189); }
H1.HeaderClassName
{
color: #ACE4BD;
}
.AnyTagClassName
{
color: #ACE4BD;
}
</style>
background-color css
<style>
a { background-color: #ACE4BD; }
a { background-color: rgb(172,228,189); }
div.DivClassName
{
background-color: #ACE4BD;
}
.BgClassName
{
background-color: #ACE4BD;
}
</style>
border-color css
<style>
span { border-color: #ACE4BD; }
span { border-color: rgb(172,228,189); }
td.TdClassName
{
border-color: #ACE4BD;
}
.TagClassName
{
border-color: #ACE4BD;
}
</style>