Shades of Fringy Flower #ACEFC2
Tints of Fringy Flower #ACEFC2
RGB
CMYK
RGB Variations
Color information
#ACEFC2 (or 0xACEFC2) is known color: Fringy Flower. HEX triplet: AC, EF and C2. RGB value is (172,239,194). Sum of RGB (Red+Green+Blue) = 172+239+194=605 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.43% from 605); Green value is 239 (93.75% from 255 or 39.50% from 605); Blue value is 194 (76.17% from 255 or 32.07% from 605); Max value from RGB is 239 - color contains mainly: green. Hex color #ACEFC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEFC2 is #53103D. Grayscale: #D5D5D5. Windows color (decimal): -5443646 or 12775340. OLE color: 12775340.
HSL color Cylindrical-coordinate representation of color #ACEFC2: hue angle of 139.7º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACEFC2 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 239 | 194 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.06 |
| HSL | 139.7º | 0.68% | 0.81% | - |
| HSV(B) | 139.7º | 0.28% | 0.94% | - |
| XYZ | 57.62 | 74.4 | 62.36 | - |
| YUV | 213.84 | 116.8 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 239 | 194 | 0.28 | 0 | 0.19 | 0.06 | 139.7 | 0.68 | 0.81 |
| Hex | AC | EF | C2 | 1C | 0 | 13 | 6 | 8C | 44 | 51 |
| Octal | 254 | 357 | 302 | 34 | 0 | 23 | 6 | 214 | 104 | 121 |
| Binary | 10101100 | 11101111 | 11000010 | 11100 | 0 | 10011 | 110 | 10001100 | 1000100 | 1010001 |
Color Harmonies of #ACEFC2
Complementary color
Monochromatic Colors of #ACEFC2
Black with #ACEFC2
Text Example
Text Example
White with #ACEFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEFC2; }
p { color: rgb(172,239,194); }
H1.HeaderClassName
{
color: #ACEFC2;
}
.AnyTagClassName
{
color: #ACEFC2;
}
</style>
background-color css
<style>
a { background-color: #ACEFC2; }
a { background-color: rgb(172,239,194); }
div.DivClassName
{
background-color: #ACEFC2;
}
.BgClassName
{
background-color: #ACEFC2;
}
</style>
border-color css
<style>
span { border-color: #ACEFC2; }
span { border-color: rgb(172,239,194); }
td.TdClassName
{
border-color: #ACEFC2;
}
.TagClassName
{
border-color: #ACEFC2;
}
</style>