Shades of Fringy Flower #ACE5C2
Tints of Fringy Flower #ACE5C2
RGB
CMYK
RGB Variations
Color information
#ACE5C2 (or 0xACE5C2) is known color: Fringy Flower. HEX triplet: AC, E5 and C2. RGB value is (172,229,194). Sum of RGB (Red+Green+Blue) = 172+229+194=595 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.91% from 595); Green value is 229 (89.84% from 255 or 38.49% from 595); Blue value is 194 (76.17% from 255 or 32.61% from 595); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE5C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE5C2 is #531A3D. Grayscale: #D0D0D0. Windows color (decimal): -5446206 or 12772780. OLE color: 12772780.
HSL color Cylindrical-coordinate representation of color #ACE5C2: hue angle of 143.16º degrees, saturation: 0.52, 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 #ACE5C2 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 229 | 194 | - |
| CMYK | 0.25 | 0 | 0.15 | 0.10 |
| HSL | 143.16º | 0.52% | 0.79% | - |
| HSV(B) | 143.16º | 0.25% | 0.9% | - |
| XYZ | 54.77 | 68.7 | 61.41 | - |
| YUV | 207.97 | 120.12 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 229 | 194 | 0.25 | 0 | 0.15 | 0.10 | 143.16 | 0.52 | 0.79 |
| Hex | AC | E5 | C2 | 19 | 0 | F | A | 8F | 34 | 4F |
| Octal | 254 | 345 | 302 | 31 | 0 | 17 | 12 | 217 | 64 | 117 |
| Binary | 10101100 | 11100101 | 11000010 | 11001 | 0 | 1111 | 1010 | 10001111 | 110100 | 1001111 |
Color Harmonies of #ACE5C2
Complementary color
Monochromatic Colors of #ACE5C2
Black with #ACE5C2
Text Example
Text Example
White with #ACE5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE5C2; }
p { color: rgb(172,229,194); }
H1.HeaderClassName
{
color: #ACE5C2;
}
.AnyTagClassName
{
color: #ACE5C2;
}
</style>
background-color css
<style>
a { background-color: #ACE5C2; }
a { background-color: rgb(172,229,194); }
div.DivClassName
{
background-color: #ACE5C2;
}
.BgClassName
{
background-color: #ACE5C2;
}
</style>
border-color css
<style>
span { border-color: #ACE5C2; }
span { border-color: rgb(172,229,194); }
td.TdClassName
{
border-color: #ACE5C2;
}
.TagClassName
{
border-color: #ACE5C2;
}
</style>