Shades of Fringy Flower #A4EABA
Tints of Fringy Flower #A4EABA
RGB
CMYK
RGB Variations
Color information
#A4EABA (or 0xA4EABA) is known color: Fringy Flower. HEX triplet: A4, EA and BA. RGB value is (164,234,186). Sum of RGB (Red+Green+Blue) = 164+234+186=584 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.08% from 584); Green value is 234 (91.80% from 255 or 40.07% from 584); Blue value is 186 (73.05% from 255 or 31.85% from 584); Max value from RGB is 234 - color contains mainly: green. Hex color #A4EABA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EABA is #5B1545. Grayscale: #CFCFCF. Windows color (decimal): -5969222 or 12249764. OLE color: 12249764.
HSL color Cylindrical-coordinate representation of color #A4EABA: hue angle of 138.86º 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 #A4EABA is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 234 | 186 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.08 |
| HSL | 138.86º | 0.63% | 0.78% | - |
| HSV(B) | 138.86º | 0.3% | 0.92% | - |
| XYZ | 53.6 | 70.28 | 57.2 | - |
| YUV | 207.6 | 115.81 | 96.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 234 | 186 | 0.30 | 0 | 0.21 | 0.08 | 138.86 | 0.63 | 0.78 |
| Hex | A4 | EA | BA | 1E | 0 | 15 | 8 | 8B | 3E | 4E |
| Octal | 244 | 352 | 272 | 36 | 0 | 25 | 10 | 213 | 76 | 116 |
| Binary | 10100100 | 11101010 | 10111010 | 11110 | 0 | 10101 | 1000 | 10001011 | 111110 | 1001110 |
Color Harmonies of #A4EABA
Complementary color
Monochromatic Colors of #A4EABA
Black with #A4EABA
Text Example
Text Example
White with #A4EABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4EABA; }
p { color: rgb(164,234,186); }
H1.HeaderClassName
{
color: #A4EABA;
}
.AnyTagClassName
{
color: #A4EABA;
}
</style>
background-color css
<style>
a { background-color: #A4EABA; }
a { background-color: rgb(164,234,186); }
div.DivClassName
{
background-color: #A4EABA;
}
.BgClassName
{
background-color: #A4EABA;
}
</style>
border-color css
<style>
span { border-color: #A4EABA; }
span { border-color: rgb(164,234,186); }
td.TdClassName
{
border-color: #A4EABA;
}
.TagClassName
{
border-color: #A4EABA;
}
</style>