Shades of Fringy Flower #ACEFC0
Tints of Fringy Flower #ACEFC0
RGB
CMYK
RGB Variations
Color information
#ACEFC0 (or 0xACEFC0) is known color: Fringy Flower. HEX triplet: AC, EF and C0. RGB value is (172,239,192). Sum of RGB (Red+Green+Blue) = 172+239+192=603 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.52% from 603); Green value is 239 (93.75% from 255 or 39.64% from 603); Blue value is 192 (75.39% from 255 or 31.84% from 603); Max value from RGB is 239 - color contains mainly: green. Hex color #ACEFC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEFC0 is #53103F. Grayscale: #D5D5D5. Windows color (decimal): -5443648 or 12644268. OLE color: 12644268.
HSL color Cylindrical-coordinate representation of color #ACEFC0: hue angle of 137.91º 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 #ACEFC0 is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 239 | 192 | - |
| CMYK | 0.28 | 0 | 0.20 | 0.06 |
| HSL | 137.91º | 0.68% | 0.81% | - |
| HSV(B) | 137.91º | 0.28% | 0.94% | - |
| XYZ | 57.39 | 74.31 | 61.19 | - |
| YUV | 213.61 | 115.8 | 98.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 239 | 192 | 0.28 | 0 | 0.20 | 0.06 | 137.91 | 0.68 | 0.81 |
| Hex | AC | EF | C0 | 1C | 0 | 14 | 6 | 8A | 44 | 51 |
| Octal | 254 | 357 | 300 | 34 | 0 | 24 | 6 | 212 | 104 | 121 |
| Binary | 10101100 | 11101111 | 11000000 | 11100 | 0 | 10100 | 110 | 10001010 | 1000100 | 1010001 |
Color Harmonies of #ACEFC0
Complementary color
Monochromatic Colors of #ACEFC0
Black with #ACEFC0
Text Example
Text Example
White with #ACEFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEFC0; }
p { color: rgb(172,239,192); }
H1.HeaderClassName
{
color: #ACEFC0;
}
.AnyTagClassName
{
color: #ACEFC0;
}
</style>
background-color css
<style>
a { background-color: #ACEFC0; }
a { background-color: rgb(172,239,192); }
div.DivClassName
{
background-color: #ACEFC0;
}
.BgClassName
{
background-color: #ACEFC0;
}
</style>
border-color css
<style>
span { border-color: #ACEFC0; }
span { border-color: rgb(172,239,192); }
td.TdClassName
{
border-color: #ACEFC0;
}
.TagClassName
{
border-color: #ACEFC0;
}
</style>