Shades of Fringy Flower #A4EABB
Tints of Fringy Flower #A4EABB
RGB
CMYK
RGB Variations
Color information
#A4EABB (or 0xA4EABB) is known color: Fringy Flower. HEX triplet: A4, EA and BB. RGB value is (164,234,187). Sum of RGB (Red+Green+Blue) = 164+234+187=585 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.03% from 585); Green value is 234 (91.80% from 255 or 40% from 585); Blue value is 187 (73.44% from 255 or 31.97% from 585); Max value from RGB is 234 - color contains mainly: green. Hex color #A4EABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EABB is #5B1544. Grayscale: #CFCFCF. Windows color (decimal): -5969221 or 12315300. OLE color: 12315300.
HSL color Cylindrical-coordinate representation of color #A4EABB: hue angle of 139.71º degrees, saturation: 0.62, 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 #A4EABB is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 234 | 187 | - |
| CMYK | 0.30 | 0 | 0.20 | 0.08 |
| HSL | 139.71º | 0.63% | 0.78% | - |
| HSV(B) | 139.71º | 0.3% | 0.92% | - |
| XYZ | 53.7 | 70.33 | 57.76 | - |
| YUV | 207.71 | 116.31 | 96.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 234 | 187 | 0.30 | 0 | 0.20 | 0.08 | 139.71 | 0.63 | 0.78 |
| Hex | A4 | EA | BB | 1E | 0 | 14 | 8 | 8C | 3E | 4E |
| Octal | 244 | 352 | 273 | 36 | 0 | 24 | 10 | 214 | 76 | 116 |
| Binary | 10100100 | 11101010 | 10111011 | 11110 | 0 | 10100 | 1000 | 10001100 | 111110 | 1001110 |
Color Harmonies of #A4EABB
Complementary color
Monochromatic Colors of #A4EABB
Black with #A4EABB
Text Example
Text Example
White with #A4EABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4EABB; }
p { color: rgb(164,234,187); }
H1.HeaderClassName
{
color: #A4EABB;
}
.AnyTagClassName
{
color: #A4EABB;
}
</style>
background-color css
<style>
a { background-color: #A4EABB; }
a { background-color: rgb(164,234,187); }
div.DivClassName
{
background-color: #A4EABB;
}
.BgClassName
{
background-color: #A4EABB;
}
</style>
border-color css
<style>
span { border-color: #A4EABB; }
span { border-color: rgb(164,234,187); }
td.TdClassName
{
border-color: #A4EABB;
}
.TagClassName
{
border-color: #A4EABB;
}
</style>