Shades of Fringy Flower #ACEFC1
Tints of Fringy Flower #ACEFC1
RGB
CMYK
RGB Variations
Color information
#ACEFC1 (or 0xACEFC1) is known color: Fringy Flower. HEX triplet: AC, EF and C1. RGB value is (172,239,193). Sum of RGB (Red+Green+Blue) = 172+239+193=604 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.48% from 604); Green value is 239 (93.75% from 255 or 39.57% from 604); Blue value is 193 (75.78% from 255 or 31.95% from 604); Max value from RGB is 239 - color contains mainly: green. Hex color #ACEFC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEFC1 is #53103E. Grayscale: #D5D5D5. Windows color (decimal): -5443647 or 12709804. OLE color: 12709804.
HSL color Cylindrical-coordinate representation of color #ACEFC1: hue angle of 138.81º 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 #ACEFC1 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 239 | 193 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.06 |
| HSL | 138.81º | 0.68% | 0.81% | - |
| HSV(B) | 138.81º | 0.28% | 0.94% | - |
| XYZ | 57.51 | 74.35 | 61.77 | - |
| YUV | 213.72 | 116.3 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 239 | 193 | 0.28 | 0 | 0.19 | 0.06 | 138.81 | 0.68 | 0.81 |
| Hex | AC | EF | C1 | 1C | 0 | 13 | 6 | 8B | 44 | 51 |
| Octal | 254 | 357 | 301 | 34 | 0 | 23 | 6 | 213 | 104 | 121 |
| Binary | 10101100 | 11101111 | 11000001 | 11100 | 0 | 10011 | 110 | 10001011 | 1000100 | 1010001 |
Color Harmonies of #ACEFC1
Complementary color
Monochromatic Colors of #ACEFC1
Black with #ACEFC1
Text Example
Text Example
White with #ACEFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEFC1; }
p { color: rgb(172,239,193); }
H1.HeaderClassName
{
color: #ACEFC1;
}
.AnyTagClassName
{
color: #ACEFC1;
}
</style>
background-color css
<style>
a { background-color: #ACEFC1; }
a { background-color: rgb(172,239,193); }
div.DivClassName
{
background-color: #ACEFC1;
}
.BgClassName
{
background-color: #ACEFC1;
}
</style>
border-color css
<style>
span { border-color: #ACEFC1; }
span { border-color: rgb(172,239,193); }
td.TdClassName
{
border-color: #ACEFC1;
}
.TagClassName
{
border-color: #ACEFC1;
}
</style>