Shades of Fringy Flower #A4EAB6
Tints of Fringy Flower #A4EAB6
RGB
CMYK
RGB Variations
Color information
#A4EAB6 (or 0xA4EAB6) is known color: Fringy Flower. HEX triplet: A4, EA and B6. RGB value is (164,234,182). Sum of RGB (Red+Green+Blue) = 164+234+182=580 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.28% from 580); Green value is 234 (91.80% from 255 or 40.34% from 580); Blue value is 182 (71.48% from 255 or 31.38% from 580); Max value from RGB is 234 - color contains mainly: green. Hex color #A4EAB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EAB6 is #5B1549. Grayscale: #CFCFCF. Windows color (decimal): -5969226 or 11987620. OLE color: 11987620.
HSL color Cylindrical-coordinate representation of color #A4EAB6: hue angle of 135.43º 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 #A4EAB6 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 234 | 182 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.08 |
| HSL | 135.43º | 0.63% | 0.78% | - |
| HSV(B) | 135.43º | 0.3% | 0.92% | - |
| XYZ | 53.18 | 70.12 | 54.99 | - |
| YUV | 207.14 | 113.81 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 234 | 182 | 0.30 | 0 | 0.22 | 0.08 | 135.43 | 0.63 | 0.78 |
| Hex | A4 | EA | B6 | 1E | 0 | 16 | 8 | 87 | 3E | 4E |
| Octal | 244 | 352 | 266 | 36 | 0 | 26 | 10 | 207 | 76 | 116 |
| Binary | 10100100 | 11101010 | 10110110 | 11110 | 0 | 10110 | 1000 | 10000111 | 111110 | 1001110 |
Color Harmonies of #A4EAB6
Complementary color
Monochromatic Colors of #A4EAB6
Black with #A4EAB6
Text Example
Text Example
White with #A4EAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4EAB6; }
p { color: rgb(164,234,182); }
H1.HeaderClassName
{
color: #A4EAB6;
}
.AnyTagClassName
{
color: #A4EAB6;
}
</style>
background-color css
<style>
a { background-color: #A4EAB6; }
a { background-color: rgb(164,234,182); }
div.DivClassName
{
background-color: #A4EAB6;
}
.BgClassName
{
background-color: #A4EAB6;
}
</style>
border-color css
<style>
span { border-color: #A4EAB6; }
span { border-color: rgb(164,234,182); }
td.TdClassName
{
border-color: #A4EAB6;
}
.TagClassName
{
border-color: #A4EAB6;
}
</style>