Shades of Fringy Flower #A2EEBC
Tints of Fringy Flower #A2EEBC
RGB
CMYK
RGB Variations
Color information
#A2EEBC (or 0xA2EEBC) is known color: Fringy Flower. HEX triplet: A2, EE and BC. RGB value is (162,238,188). Sum of RGB (Red+Green+Blue) = 162+238+188=588 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.55% from 588); Green value is 238 (93.36% from 255 or 40.48% from 588); Blue value is 188 (73.83% from 255 or 31.97% from 588); Max value from RGB is 238 - color contains mainly: green. Hex color #A2EEBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EEBC is #5D1143. Grayscale: #D1D1D1. Windows color (decimal): -6099268 or 12381858. OLE color: 12381858.
HSL color Cylindrical-coordinate representation of color #A2EEBC: hue angle of 140.53º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2EEBC is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 238 | 188 | - |
| CMYK | 0.32 | 0 | 0.21 | 0.07 |
| HSL | 140.53º | 0.69% | 0.78% | - |
| HSV(B) | 140.53º | 0.32% | 0.93% | - |
| XYZ | 54.55 | 72.46 | 58.69 | - |
| YUV | 209.58 | 115.82 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 238 | 188 | 0.32 | 0 | 0.21 | 0.07 | 140.53 | 0.69 | 0.78 |
| Hex | A2 | EE | BC | 20 | 0 | 15 | 7 | 8D | 45 | 4E |
| Octal | 242 | 356 | 274 | 40 | 0 | 25 | 7 | 215 | 105 | 116 |
| Binary | 10100010 | 11101110 | 10111100 | 100000 | 0 | 10101 | 111 | 10001101 | 1000101 | 1001110 |
Color Harmonies of #A2EEBC
Complementary color
Monochromatic Colors of #A2EEBC
Black with #A2EEBC
Text Example
Text Example
White with #A2EEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EEBC; }
p { color: rgb(162,238,188); }
H1.HeaderClassName
{
color: #A2EEBC;
}
.AnyTagClassName
{
color: #A2EEBC;
}
</style>
background-color css
<style>
a { background-color: #A2EEBC; }
a { background-color: rgb(162,238,188); }
div.DivClassName
{
background-color: #A2EEBC;
}
.BgClassName
{
background-color: #A2EEBC;
}
</style>
border-color css
<style>
span { border-color: #A2EEBC; }
span { border-color: rgb(162,238,188); }
td.TdClassName
{
border-color: #A2EEBC;
}
.TagClassName
{
border-color: #A2EEBC;
}
</style>