Shades of Fringy Flower #A6EEBF
Tints of Fringy Flower #A6EEBF
RGB
CMYK
RGB Variations
Color information
#A6EEBF (or 0xA6EEBF) is known color: Fringy Flower. HEX triplet: A6, EE and BF. RGB value is (166,238,191). Sum of RGB (Red+Green+Blue) = 166+238+191=595 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.90% from 595); Green value is 238 (93.36% from 255 or 40% from 595); Blue value is 191 (75% from 255 or 32.10% from 595); Max value from RGB is 238 - color contains mainly: green. Hex color #A6EEBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EEBF is #591140. Grayscale: #D3D3D3. Windows color (decimal): -5837121 or 12578470. OLE color: 12578470.
HSL color Cylindrical-coordinate representation of color #A6EEBF: hue angle of 140.83º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6EEBF is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 238 | 191 | - |
| CMYK | 0.30 | 0 | 0.20 | 0.07 |
| HSL | 140.83º | 0.68% | 0.79% | - |
| HSV(B) | 140.83º | 0.3% | 0.93% | - |
| XYZ | 55.7 | 73.02 | 60.45 | - |
| YUV | 211.11 | 116.65 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 238 | 191 | 0.30 | 0 | 0.20 | 0.07 | 140.83 | 0.68 | 0.79 |
| Hex | A6 | EE | BF | 1E | 0 | 14 | 7 | 8D | 44 | 4F |
| Octal | 246 | 356 | 277 | 36 | 0 | 24 | 7 | 215 | 104 | 117 |
| Binary | 10100110 | 11101110 | 10111111 | 11110 | 0 | 10100 | 111 | 10001101 | 1000100 | 1001111 |
Color Harmonies of #A6EEBF
Complementary color
Monochromatic Colors of #A6EEBF
Black with #A6EEBF
Text Example
Text Example
White with #A6EEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EEBF; }
p { color: rgb(166,238,191); }
H1.HeaderClassName
{
color: #A6EEBF;
}
.AnyTagClassName
{
color: #A6EEBF;
}
</style>
background-color css
<style>
a { background-color: #A6EEBF; }
a { background-color: rgb(166,238,191); }
div.DivClassName
{
background-color: #A6EEBF;
}
.BgClassName
{
background-color: #A6EEBF;
}
</style>
border-color css
<style>
span { border-color: #A6EEBF; }
span { border-color: rgb(166,238,191); }
td.TdClassName
{
border-color: #A6EEBF;
}
.TagClassName
{
border-color: #A6EEBF;
}
</style>