Shades of Fringy Flower #A2EAB8
Tints of Fringy Flower #A2EAB8
RGB
CMYK
RGB Variations
Color information
#A2EAB8 (or 0xA2EAB8) is known color: Fringy Flower. HEX triplet: A2, EA and B8. RGB value is (162,234,184). Sum of RGB (Red+Green+Blue) = 162+234+184=580 (76% of max value = 765). Red value is 162 (63.67% from 255 or 27.93% from 580); Green value is 234 (91.80% from 255 or 40.34% from 580); Blue value is 184 (72.27% from 255 or 31.72% from 580); Max value from RGB is 234 - color contains mainly: green. Hex color #A2EAB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EAB8 is #5D1547. Grayscale: #CECECE. Windows color (decimal): -6100296 or 12118690. OLE color: 12118690.
HSL color Cylindrical-coordinate representation of color #A2EAB8: hue angle of 138.33º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2EAB8 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 234 | 184 | - |
| CMYK | 0.31 | 0 | 0.21 | 0.08 |
| HSL | 138.33º | 0.63% | 0.78% | - |
| HSV(B) | 138.33º | 0.31% | 0.92% | - |
| XYZ | 52.97 | 69.99 | 56.06 | - |
| YUV | 206.77 | 115.15 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 234 | 184 | 0.31 | 0 | 0.21 | 0.08 | 138.33 | 0.63 | 0.78 |
| Hex | A2 | EA | B8 | 1F | 0 | 15 | 8 | 8A | 3F | 4E |
| Octal | 242 | 352 | 270 | 37 | 0 | 25 | 10 | 212 | 77 | 116 |
| Binary | 10100010 | 11101010 | 10111000 | 11111 | 0 | 10101 | 1000 | 10001010 | 111111 | 1001110 |
Color Harmonies of #A2EAB8
Complementary color
Monochromatic Colors of #A2EAB8
Black with #A2EAB8
Text Example
Text Example
White with #A2EAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EAB8; }
p { color: rgb(162,234,184); }
H1.HeaderClassName
{
color: #A2EAB8;
}
.AnyTagClassName
{
color: #A2EAB8;
}
</style>
background-color css
<style>
a { background-color: #A2EAB8; }
a { background-color: rgb(162,234,184); }
div.DivClassName
{
background-color: #A2EAB8;
}
.BgClassName
{
background-color: #A2EAB8;
}
</style>
border-color css
<style>
span { border-color: #A2EAB8; }
span { border-color: rgb(162,234,184); }
td.TdClassName
{
border-color: #A2EAB8;
}
.TagClassName
{
border-color: #A2EAB8;
}
</style>