Shades of Fringy Flower #A4EBBB
Tints of Fringy Flower #A4EBBB
RGB
CMYK
RGB Variations
Color information
#A4EBBB (or 0xA4EBBB) is known color: Fringy Flower. HEX triplet: A4, EB and BB. RGB value is (164,235,187). Sum of RGB (Red+Green+Blue) = 164+235+187=586 (77% of max value = 765). Red value is 164 (64.45% from 255 or 27.99% from 586); Green value is 235 (92.19% from 255 or 40.10% from 586); Blue value is 187 (73.44% from 255 or 31.91% from 586); Max value from RGB is 235 - color contains mainly: green. Hex color #A4EBBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EBBB is #5B1444. Grayscale: #D0D0D0. Windows color (decimal): -5968965 or 12315556. OLE color: 12315556.
HSL color Cylindrical-coordinate representation of color #A4EBBB: hue angle of 139.44º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4EBBB is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 235 | 187 | - |
| CMYK | 0.30 | 0 | 0.20 | 0.08 |
| HSL | 139.44º | 0.64% | 0.78% | - |
| HSV(B) | 139.44º | 0.3% | 0.92% | - |
| XYZ | 53.99 | 70.9 | 57.85 | - |
| YUV | 208.3 | 115.98 | 96.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 235 | 187 | 0.30 | 0 | 0.20 | 0.08 | 139.44 | 0.64 | 0.78 |
| Hex | A4 | EB | BB | 1E | 0 | 14 | 8 | 8B | 40 | 4E |
| Octal | 244 | 353 | 273 | 36 | 0 | 24 | 10 | 213 | 100 | 116 |
| Binary | 10100100 | 11101011 | 10111011 | 11110 | 0 | 10100 | 1000 | 10001011 | 1000000 | 1001110 |
Color Harmonies of #A4EBBB
Complementary color
Monochromatic Colors of #A4EBBB
Black with #A4EBBB
Text Example
Text Example
White with #A4EBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4EBBB; }
p { color: rgb(164,235,187); }
H1.HeaderClassName
{
color: #A4EBBB;
}
.AnyTagClassName
{
color: #A4EBBB;
}
</style>
background-color css
<style>
a { background-color: #A4EBBB; }
a { background-color: rgb(164,235,187); }
div.DivClassName
{
background-color: #A4EBBB;
}
.BgClassName
{
background-color: #A4EBBB;
}
</style>
border-color css
<style>
span { border-color: #A4EBBB; }
span { border-color: rgb(164,235,187); }
td.TdClassName
{
border-color: #A4EBBB;
}
.TagClassName
{
border-color: #A4EBBB;
}
</style>