Shades of Fringy Flower #ACE1C2
Tints of Fringy Flower #ACE1C2
RGB
CMYK
RGB Variations
Color information
#ACE1C2 (or 0xACE1C2) is known color: Fringy Flower. HEX triplet: AC, E1 and C2. RGB value is (172,225,194). Sum of RGB (Red+Green+Blue) = 172+225+194=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 225 (88.28% from 255 or 38.07% from 591); Blue value is 194 (76.17% from 255 or 32.83% from 591); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE1C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE1C2 is #531E3D. Grayscale: #CDCDCD. Windows color (decimal): -5447230 or 12771756. OLE color: 12771756.
HSL color Cylindrical-coordinate representation of color #ACE1C2: hue angle of 144.91º 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 #ACE1C2 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
RGB | 172 | 225 | 194 | - |
CMYK | 0.24 | 0 | 0.14 | 0.12 |
HSL | 144.91º | 0.47% | 0.78% | - |
HSV(B) | 144.91º | 0.24% | 0.88% | - |
XYZ | 53.68 | 66.52 | 61.05 | - |
YUV | 205.62 | 121.44 | 104.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 225 | 194 | 0.24 | 0 | 0.14 | 0.12 | 144.91 | 0.47 | 0.78 |
Hex | AC | E1 | C2 | 18 | 0 | E | C | 91 | 2F | 4E |
Octal | 254 | 341 | 302 | 30 | 0 | 16 | 14 | 221 | 57 | 116 |
Binary | 10101100 | 11100001 | 11000010 | 11000 | 0 | 1110 | 1100 | 10010001 | 101111 | 1001110 |
Color Harmonies of #ACE1C2
Complementary color
Monochromatic Colors of #ACE1C2
Black with #ACE1C2
Text Example
Text Example
White with #ACE1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE1C2; }
p { color: rgb(172,225,194); }
H1.HeaderClassName
{
color: #ACE1C2;
}
.AnyTagClassName
{
color: #ACE1C2;
}
</style>
background-color css
<style>
a { background-color: #ACE1C2; }
a { background-color: rgb(172,225,194); }
div.DivClassName
{
background-color: #ACE1C2;
}
.BgClassName
{
background-color: #ACE1C2;
}
</style>
border-color css
<style>
span { border-color: #ACE1C2; }
span { border-color: rgb(172,225,194); }
td.TdClassName
{
border-color: #ACE1C2;
}
.TagClassName
{
border-color: #ACE1C2;
}
</style>