Shades of Fringy Flower #ACE5C1
Tints of Fringy Flower #ACE5C1
RGB
CMYK
RGB Variations
Color information
#ACE5C1 (or 0xACE5C1) is known color: Fringy Flower. HEX triplet: AC, E5 and C1. RGB value is (172,229,193). Sum of RGB (Red+Green+Blue) = 172+229+193=594 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.96% from 594); Green value is 229 (89.84% from 255 or 38.55% from 594); Blue value is 193 (75.78% from 255 or 32.49% from 594); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE5C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE5C1 is #531A3E. Grayscale: #CFCFCF. Windows color (decimal): -5446207 or 12707244. OLE color: 12707244.
HSL color Cylindrical-coordinate representation of color #ACE5C1: hue angle of 142.11º 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 #ACE5C1 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 229 | 193 | - |
| CMYK | 0.25 | 0 | 0.16 | 0.10 |
| HSL | 142.11º | 0.52% | 0.79% | - |
| HSV(B) | 142.11º | 0.25% | 0.9% | - |
| XYZ | 54.66 | 68.66 | 60.82 | - |
| YUV | 207.85 | 119.62 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 229 | 193 | 0.25 | 0 | 0.16 | 0.10 | 142.11 | 0.52 | 0.79 |
| Hex | AC | E5 | C1 | 19 | 0 | 10 | A | 8E | 34 | 4F |
| Octal | 254 | 345 | 301 | 31 | 0 | 20 | 12 | 216 | 64 | 117 |
| Binary | 10101100 | 11100101 | 11000001 | 11001 | 0 | 10000 | 1010 | 10001110 | 110100 | 1001111 |
Color Harmonies of #ACE5C1
Complementary color
Monochromatic Colors of #ACE5C1
Black with #ACE5C1
Text Example
Text Example
White with #ACE5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE5C1; }
p { color: rgb(172,229,193); }
H1.HeaderClassName
{
color: #ACE5C1;
}
.AnyTagClassName
{
color: #ACE5C1;
}
</style>
background-color css
<style>
a { background-color: #ACE5C1; }
a { background-color: rgb(172,229,193); }
div.DivClassName
{
background-color: #ACE5C1;
}
.BgClassName
{
background-color: #ACE5C1;
}
</style>
border-color css
<style>
span { border-color: #ACE5C1; }
span { border-color: rgb(172,229,193); }
td.TdClassName
{
border-color: #ACE5C1;
}
.TagClassName
{
border-color: #ACE5C1;
}
</style>