Shades of Fringy Flower #ACEDBA
Tints of Fringy Flower #ACEDBA
RGB
CMYK
RGB Variations
Color information
#ACEDBA (or 0xACEDBA) is known color: Fringy Flower. HEX triplet: AC, ED and BA. RGB value is (172,237,186). Sum of RGB (Red+Green+Blue) = 172+237+186=595 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.91% from 595); Green value is 237 (92.97% from 255 or 39.83% from 595); Blue value is 186 (73.05% from 255 or 31.26% from 595); Max value from RGB is 237 - color contains mainly: green. Hex color #ACEDBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEDBA is #531245. Grayscale: #D3D3D3. Windows color (decimal): -5444166 or 12250540. OLE color: 12250540.
HSL color Cylindrical-coordinate representation of color #ACEDBA: hue angle of 132.92º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACEDBA is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 237 | 186 | - |
| CMYK | 0.27 | 0 | 0.22 | 0.07 |
| HSL | 132.92º | 0.64% | 0.8% | - |
| HSV(B) | 132.92º | 0.27% | 0.93% | - |
| XYZ | 56.16 | 72.88 | 57.56 | - |
| YUV | 211.75 | 113.47 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 237 | 186 | 0.27 | 0 | 0.22 | 0.07 | 132.92 | 0.64 | 0.8 |
| Hex | AC | ED | BA | 1B | 0 | 16 | 7 | 85 | 40 | 50 |
| Octal | 254 | 355 | 272 | 33 | 0 | 26 | 7 | 205 | 100 | 120 |
| Binary | 10101100 | 11101101 | 10111010 | 11011 | 0 | 10110 | 111 | 10000101 | 1000000 | 1010000 |
Color Harmonies of #ACEDBA
Complementary color
Monochromatic Colors of #ACEDBA
Black with #ACEDBA
Text Example
Text Example
White with #ACEDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEDBA; }
p { color: rgb(172,237,186); }
H1.HeaderClassName
{
color: #ACEDBA;
}
.AnyTagClassName
{
color: #ACEDBA;
}
</style>
background-color css
<style>
a { background-color: #ACEDBA; }
a { background-color: rgb(172,237,186); }
div.DivClassName
{
background-color: #ACEDBA;
}
.BgClassName
{
background-color: #ACEDBA;
}
</style>
border-color css
<style>
span { border-color: #ACEDBA; }
span { border-color: rgb(172,237,186); }
td.TdClassName
{
border-color: #ACEDBA;
}
.TagClassName
{
border-color: #ACEDBA;
}
</style>