Shades of Fringy Flower #ACE1BE
Tints of Fringy Flower #ACE1BE
RGB
CMYK
RGB Variations
Color information
#ACE1BE (or 0xACE1BE) is known color: Fringy Flower. HEX triplet: AC, E1 and BE. RGB value is (172,225,190). Sum of RGB (Red+Green+Blue) = 172+225+190=587 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.30% from 587); Green value is 225 (88.28% from 255 or 38.33% from 587); Blue value is 190 (74.61% from 255 or 32.37% from 587); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE1BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE1BE is #531E41. Grayscale: #CDCDCD. Windows color (decimal): -5447234 or 12509612. OLE color: 12509612.
HSL color Cylindrical-coordinate representation of color #ACE1BE: hue angle of 140.38º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACE1BE is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
RGB | 172 | 225 | 190 | - |
CMYK | 0.24 | 0 | 0.16 | 0.12 |
HSL | 140.38º | 0.47% | 0.78% | - |
HSV(B) | 140.38º | 0.24% | 0.88% | - |
XYZ | 53.23 | 66.34 | 58.71 | - |
YUV | 205.16 | 119.44 | 104.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 225 | 190 | 0.24 | 0 | 0.16 | 0.12 | 140.38 | 0.47 | 0.78 |
Hex | AC | E1 | BE | 18 | 0 | 10 | C | 8C | 2F | 4E |
Octal | 254 | 341 | 276 | 30 | 0 | 20 | 14 | 214 | 57 | 116 |
Binary | 10101100 | 11100001 | 10111110 | 11000 | 0 | 10000 | 1100 | 10001100 | 101111 | 1001110 |
Color Harmonies of #ACE1BE
Complementary color
Monochromatic Colors of #ACE1BE
Black with #ACE1BE
Text Example
Text Example
White with #ACE1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE1BE; }
p { color: rgb(172,225,190); }
H1.HeaderClassName
{
color: #ACE1BE;
}
.AnyTagClassName
{
color: #ACE1BE;
}
</style>
background-color css
<style>
a { background-color: #ACE1BE; }
a { background-color: rgb(172,225,190); }
div.DivClassName
{
background-color: #ACE1BE;
}
.BgClassName
{
background-color: #ACE1BE;
}
</style>
border-color css
<style>
span { border-color: #ACE1BE; }
span { border-color: rgb(172,225,190); }
td.TdClassName
{
border-color: #ACE1BE;
}
.TagClassName
{
border-color: #ACE1BE;
}
</style>