Shades of Fringy Flower #ACEABF
Tints of Fringy Flower #ACEABF
RGB
CMYK
RGB Variations
Color information
#ACEABF (or 0xACEABF) is known color: Fringy Flower. HEX triplet: AC, EA and BF. RGB value is (172,234,191). Sum of RGB (Red+Green+Blue) = 172+234+191=597 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.81% from 597); Green value is 234 (91.80% from 255 or 39.20% from 597); Blue value is 191 (75% from 255 or 31.99% from 597); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEABF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEABF is #531540. Grayscale: #D2D2D2. Windows color (decimal): -5444929 or 12577452. OLE color: 12577452.
HSL color Cylindrical-coordinate representation of color #ACEABF: hue angle of 138.39º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACEABF is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 234 | 191 | - |
| CMYK | 0.26 | 0 | 0.18 | 0.08 |
| HSL | 138.39º | 0.6% | 0.8% | - |
| HSV(B) | 138.39º | 0.26% | 0.92% | - |
| XYZ | 55.84 | 71.38 | 60.12 | - |
| YUV | 210.56 | 116.96 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 234 | 191 | 0.26 | 0 | 0.18 | 0.08 | 138.39 | 0.6 | 0.8 |
| Hex | AC | EA | BF | 1A | 0 | 12 | 8 | 8A | 3C | 50 |
| Octal | 254 | 352 | 277 | 32 | 0 | 22 | 10 | 212 | 74 | 120 |
| Binary | 10101100 | 11101010 | 10111111 | 11010 | 0 | 10010 | 1000 | 10001010 | 111100 | 1010000 |
Color Harmonies of #ACEABF
Complementary color
Monochromatic Colors of #ACEABF
Black with #ACEABF
Text Example
Text Example
White with #ACEABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEABF; }
p { color: rgb(172,234,191); }
H1.HeaderClassName
{
color: #ACEABF;
}
.AnyTagClassName
{
color: #ACEABF;
}
</style>
background-color css
<style>
a { background-color: #ACEABF; }
a { background-color: rgb(172,234,191); }
div.DivClassName
{
background-color: #ACEABF;
}
.BgClassName
{
background-color: #ACEABF;
}
</style>
border-color css
<style>
span { border-color: #ACEABF; }
span { border-color: rgb(172,234,191); }
td.TdClassName
{
border-color: #ACEABF;
}
.TagClassName
{
border-color: #ACEABF;
}
</style>