Shades of Fringy Flower #A2EABB
Tints of Fringy Flower #A2EABB
RGB
CMYK
RGB Variations
Color information
#A2EABB (or 0xA2EABB) is known color: Fringy Flower. HEX triplet: A2, EA and BB. RGB value is (162,234,187). Sum of RGB (Red+Green+Blue) = 162+234+187=583 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.79% from 583); Green value is 234 (91.80% from 255 or 40.14% from 583); Blue value is 187 (73.44% from 255 or 32.08% from 583); Max value from RGB is 234 - color contains mainly: green. Hex color #A2EABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EABB is #5D1544. Grayscale: #CFCFCF. Windows color (decimal): -6100293 or 12315298. OLE color: 12315298.
HSL color Cylindrical-coordinate representation of color #A2EABB: hue angle of 140.83º 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 #A2EABB is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 234 | 187 | - |
| CMYK | 0.31 | 0 | 0.20 | 0.08 |
| HSL | 140.83º | 0.63% | 0.78% | - |
| HSV(B) | 140.83º | 0.31% | 0.92% | - |
| XYZ | 53.29 | 70.11 | 57.74 | - |
| YUV | 207.11 | 116.65 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 234 | 187 | 0.31 | 0 | 0.20 | 0.08 | 140.83 | 0.63 | 0.78 |
| Hex | A2 | EA | BB | 1F | 0 | 14 | 8 | 8D | 3F | 4E |
| Octal | 242 | 352 | 273 | 37 | 0 | 24 | 10 | 215 | 77 | 116 |
| Binary | 10100010 | 11101010 | 10111011 | 11111 | 0 | 10100 | 1000 | 10001101 | 111111 | 1001110 |
Color Harmonies of #A2EABB
Complementary color
Monochromatic Colors of #A2EABB
Black with #A2EABB
Text Example
Text Example
White with #A2EABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EABB; }
p { color: rgb(162,234,187); }
H1.HeaderClassName
{
color: #A2EABB;
}
.AnyTagClassName
{
color: #A2EABB;
}
</style>
background-color css
<style>
a { background-color: #A2EABB; }
a { background-color: rgb(162,234,187); }
div.DivClassName
{
background-color: #A2EABB;
}
.BgClassName
{
background-color: #A2EABB;
}
</style>
border-color css
<style>
span { border-color: #A2EABB; }
span { border-color: rgb(162,234,187); }
td.TdClassName
{
border-color: #A2EABB;
}
.TagClassName
{
border-color: #A2EABB;
}
</style>