Shades of Fringy Flower #ACE6B6
Tints of Fringy Flower #ACE6B6
RGB
CMYK
RGB Variations
Color information
#ACE6B6 (or 0xACE6B6) is known color: Fringy Flower. HEX triplet: AC, E6 and B6. RGB value is (172,230,182). Sum of RGB (Red+Green+Blue) = 172+230+182=584 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.45% from 584); Green value is 230 (90.23% from 255 or 39.38% from 584); Blue value is 182 (71.48% from 255 or 31.16% from 584); Max value from RGB is 230 - color contains mainly: green. Hex color #ACE6B6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE6B6 is #531949. Grayscale: #CFCFCF. Windows color (decimal): -5445962 or 11986604. OLE color: 11986604.
HSL color Cylindrical-coordinate representation of color #ACE6B6: hue angle of 130.34º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACE6B6 is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 230 | 182 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.10 |
| HSL | 130.34º | 0.54% | 0.79% | - |
| HSV(B) | 130.34º | 0.25% | 0.9% | - |
| XYZ | 53.75 | 68.74 | 54.69 | - |
| YUV | 207.19 | 113.78 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 230 | 182 | 0.25 | 0 | 0.21 | 0.10 | 130.34 | 0.54 | 0.79 |
| Hex | AC | E6 | B6 | 19 | 0 | 15 | A | 82 | 36 | 4F |
| Octal | 254 | 346 | 266 | 31 | 0 | 25 | 12 | 202 | 66 | 117 |
| Binary | 10101100 | 11100110 | 10110110 | 11001 | 0 | 10101 | 1010 | 10000010 | 110110 | 1001111 |
Color Harmonies of #ACE6B6
Complementary color
Monochromatic Colors of #ACE6B6
Black with #ACE6B6
Text Example
Text Example
White with #ACE6B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE6B6; }
p { color: rgb(172,230,182); }
H1.HeaderClassName
{
color: #ACE6B6;
}
.AnyTagClassName
{
color: #ACE6B6;
}
</style>
background-color css
<style>
a { background-color: #ACE6B6; }
a { background-color: rgb(172,230,182); }
div.DivClassName
{
background-color: #ACE6B6;
}
.BgClassName
{
background-color: #ACE6B6;
}
</style>
border-color css
<style>
span { border-color: #ACE6B6; }
span { border-color: rgb(172,230,182); }
td.TdClassName
{
border-color: #ACE6B6;
}
.TagClassName
{
border-color: #ACE6B6;
}
</style>