Shades of Fringy Flower #A6FBBE
Tints of Fringy Flower #A6FBBE
RGB
CMYK
RGB Variations
Color information
#A6FBBE (or 0xA6FBBE) is known color: Fringy Flower. HEX triplet: A6, FB and BE. RGB value is (166,251,190). Sum of RGB (Red+Green+Blue) = 166+251+190=607 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.35% from 607); Green value is 251 (98.44% from 255 or 41.35% from 607); Blue value is 190 (74.61% from 255 or 31.30% from 607); Max value from RGB is 251 - color contains mainly: green. Hex color #A6FBBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FBBE is #590441. Grayscale: #DADADA. Windows color (decimal): -5833794 or 12516262. OLE color: 12516262.
HSL color Cylindrical-coordinate representation of color #A6FBBE: hue angle of 136.94º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6FBBE is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 251 | 190 | - |
| CMYK | 0.34 | 0 | 0.24 | 0.02 |
| HSL | 136.94º | 0.91% | 0.82% | - |
| HSV(B) | 136.94º | 0.34% | 0.98% | - |
| XYZ | 59.52 | 80.82 | 61.18 | - |
| YUV | 218.63 | 111.84 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 251 | 190 | 0.34 | 0 | 0.24 | 0.02 | 136.94 | 0.91 | 0.82 |
| Hex | A6 | FB | BE | 22 | 0 | 18 | 2 | 89 | 5B | 52 |
| Octal | 246 | 373 | 276 | 42 | 0 | 30 | 2 | 211 | 133 | 122 |
| Binary | 10100110 | 11111011 | 10111110 | 100010 | 0 | 11000 | 10 | 10001001 | 1011011 | 1010010 |
Color Harmonies of #A6FBBE
Complementary color
Monochromatic Colors of #A6FBBE
Black with #A6FBBE
Text Example
Text Example
White with #A6FBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FBBE; }
p { color: rgb(166,251,190); }
H1.HeaderClassName
{
color: #A6FBBE;
}
.AnyTagClassName
{
color: #A6FBBE;
}
</style>
background-color css
<style>
a { background-color: #A6FBBE; }
a { background-color: rgb(166,251,190); }
div.DivClassName
{
background-color: #A6FBBE;
}
.BgClassName
{
background-color: #A6FBBE;
}
</style>
border-color css
<style>
span { border-color: #A6FBBE; }
span { border-color: rgb(166,251,190); }
td.TdClassName
{
border-color: #A6FBBE;
}
.TagClassName
{
border-color: #A6FBBE;
}
</style>