Shades of Fringy Flower #ACEEB8
Tints of Fringy Flower #ACEEB8
RGB
CMYK
RGB Variations
Color information
#ACEEB8 (or 0xACEEB8) is known color: Fringy Flower. HEX triplet: AC, EE and B8. RGB value is (172,238,184). Sum of RGB (Red+Green+Blue) = 172+238+184=594 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.96% from 594); Green value is 238 (93.36% from 255 or 40.07% from 594); Blue value is 184 (72.27% from 255 or 30.98% from 594); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEEB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEEB8 is #531147. Grayscale: #D4D4D4. Windows color (decimal): -5443912 or 12119724. OLE color: 12119724.
HSL color Cylindrical-coordinate representation of color #ACEEB8: hue angle of 130.91º 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 #ACEEB8 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 238 | 184 | - |
| CMYK | 0.28 | 0 | 0.23 | 0.07 |
| HSL | 130.91º | 0.66% | 0.8% | - |
| HSV(B) | 130.91º | 0.28% | 0.93% | - |
| XYZ | 56.24 | 73.38 | 56.55 | - |
| YUV | 212.11 | 112.13 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 238 | 184 | 0.28 | 0 | 0.23 | 0.07 | 130.91 | 0.66 | 0.8 |
| Hex | AC | EE | B8 | 1C | 0 | 17 | 7 | 83 | 42 | 50 |
| Octal | 254 | 356 | 270 | 34 | 0 | 27 | 7 | 203 | 102 | 120 |
| Binary | 10101100 | 11101110 | 10111000 | 11100 | 0 | 10111 | 111 | 10000011 | 1000010 | 1010000 |
Color Harmonies of #ACEEB8
Complementary color
Monochromatic Colors of #ACEEB8
Black with #ACEEB8
Text Example
Text Example
White with #ACEEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEEB8; }
p { color: rgb(172,238,184); }
H1.HeaderClassName
{
color: #ACEEB8;
}
.AnyTagClassName
{
color: #ACEEB8;
}
</style>
background-color css
<style>
a { background-color: #ACEEB8; }
a { background-color: rgb(172,238,184); }
div.DivClassName
{
background-color: #ACEEB8;
}
.BgClassName
{
background-color: #ACEEB8;
}
</style>
border-color css
<style>
span { border-color: #ACEEB8; }
span { border-color: rgb(172,238,184); }
td.TdClassName
{
border-color: #ACEEB8;
}
.TagClassName
{
border-color: #ACEEB8;
}
</style>