Shades of Fringy Flower #ACEEBB
Tints of Fringy Flower #ACEEBB
RGB
CMYK
RGB Variations
Color information
#ACEEBB (or 0xACEEBB) is known color: Fringy Flower. HEX triplet: AC, EE and BB. RGB value is (172,238,187). Sum of RGB (Red+Green+Blue) = 172+238+187=597 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.81% from 597); Green value is 238 (93.36% from 255 or 39.87% from 597); Blue value is 187 (73.44% from 255 or 31.32% from 597); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEEBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEEBB is #531144. Grayscale: #D4D4D4. Windows color (decimal): -5443909 or 12316332. OLE color: 12316332.
HSL color Cylindrical-coordinate representation of color #ACEEBB: hue angle of 133.64º 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 #ACEEBB is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 238 | 187 | - |
| CMYK | 0.28 | 0 | 0.21 | 0.07 |
| HSL | 133.64º | 0.66% | 0.8% | - |
| HSV(B) | 133.64º | 0.28% | 0.93% | - |
| XYZ | 56.56 | 73.51 | 58.22 | - |
| YUV | 212.45 | 113.63 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 238 | 187 | 0.28 | 0 | 0.21 | 0.07 | 133.64 | 0.66 | 0.8 |
| Hex | AC | EE | BB | 1C | 0 | 15 | 7 | 86 | 42 | 50 |
| Octal | 254 | 356 | 273 | 34 | 0 | 25 | 7 | 206 | 102 | 120 |
| Binary | 10101100 | 11101110 | 10111011 | 11100 | 0 | 10101 | 111 | 10000110 | 1000010 | 1010000 |
Color Harmonies of #ACEEBB
Complementary color
Monochromatic Colors of #ACEEBB
Black with #ACEEBB
Text Example
Text Example
White with #ACEEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEEBB; }
p { color: rgb(172,238,187); }
H1.HeaderClassName
{
color: #ACEEBB;
}
.AnyTagClassName
{
color: #ACEEBB;
}
</style>
background-color css
<style>
a { background-color: #ACEEBB; }
a { background-color: rgb(172,238,187); }
div.DivClassName
{
background-color: #ACEEBB;
}
.BgClassName
{
background-color: #ACEEBB;
}
</style>
border-color css
<style>
span { border-color: #ACEEBB; }
span { border-color: rgb(172,238,187); }
td.TdClassName
{
border-color: #ACEEBB;
}
.TagClassName
{
border-color: #ACEEBB;
}
</style>