Shades of Fringy Flower #ACEEBF
Tints of Fringy Flower #ACEEBF
RGB
CMYK
RGB Variations
Color information
#ACEEBF (or 0xACEEBF) is known color: Fringy Flower. HEX triplet: AC, EE and BF. RGB value is (172,238,191). Sum of RGB (Red+Green+Blue) = 172+238+191=601 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.62% from 601); Green value is 238 (93.36% from 255 or 39.60% from 601); Blue value is 191 (75% from 255 or 31.78% from 601); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEEBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEEBF is #531140. Grayscale: #D5D5D5. Windows color (decimal): -5443905 or 12578476. OLE color: 12578476.
HSL color Cylindrical-coordinate representation of color #ACEEBF: hue angle of 137.27º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACEEBF is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 238 | 191 | - |
| CMYK | 0.28 | 0 | 0.20 | 0.07 |
| HSL | 137.27º | 0.66% | 0.8% | - |
| HSV(B) | 137.27º | 0.28% | 0.93% | - |
| XYZ | 56.99 | 73.68 | 60.51 | - |
| YUV | 212.91 | 115.63 | 98.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 238 | 191 | 0.28 | 0 | 0.20 | 0.07 | 137.27 | 0.66 | 0.8 |
| Hex | AC | EE | BF | 1C | 0 | 14 | 7 | 89 | 42 | 50 |
| Octal | 254 | 356 | 277 | 34 | 0 | 24 | 7 | 211 | 102 | 120 |
| Binary | 10101100 | 11101110 | 10111111 | 11100 | 0 | 10100 | 111 | 10001001 | 1000010 | 1010000 |
Color Harmonies of #ACEEBF
Complementary color
Monochromatic Colors of #ACEEBF
Black with #ACEEBF
Text Example
Text Example
White with #ACEEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEEBF; }
p { color: rgb(172,238,191); }
H1.HeaderClassName
{
color: #ACEEBF;
}
.AnyTagClassName
{
color: #ACEEBF;
}
</style>
background-color css
<style>
a { background-color: #ACEEBF; }
a { background-color: rgb(172,238,191); }
div.DivClassName
{
background-color: #ACEEBF;
}
.BgClassName
{
background-color: #ACEEBF;
}
</style>
border-color css
<style>
span { border-color: #ACEEBF; }
span { border-color: rgb(172,238,191); }
td.TdClassName
{
border-color: #ACEEBF;
}
.TagClassName
{
border-color: #ACEEBF;
}
</style>