Shades of Fringy Flower #A6F7BB
Tints of Fringy Flower #A6F7BB
RGB
CMYK
RGB Variations
Color information
#A6F7BB (or 0xA6F7BB) is known color: Fringy Flower. HEX triplet: A6, F7 and BB. RGB value is (166,247,187). Sum of RGB (Red+Green+Blue) = 166+247+187=600 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.67% from 600); Green value is 247 (96.88% from 255 or 41.17% from 600); Blue value is 187 (73.44% from 255 or 31.17% from 600); Max value from RGB is 247 - color contains mainly: green. Hex color #A6F7BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6F7BB is #590844. Grayscale: #D8D8D8. Windows color (decimal): -5834821 or 12318630. OLE color: 12318630.
HSL color Cylindrical-coordinate representation of color #A6F7BB: hue angle of 135.56º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6F7BB is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 247 | 187 | - |
| CMYK | 0.33 | 0 | 0.24 | 0.03 |
| HSL | 135.56º | 0.84% | 0.81% | - |
| HSV(B) | 135.56º | 0.33% | 0.97% | - |
| XYZ | 57.96 | 78.22 | 59.06 | - |
| YUV | 215.94 | 111.66 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 247 | 187 | 0.33 | 0 | 0.24 | 0.03 | 135.56 | 0.84 | 0.81 |
| Hex | A6 | F7 | BB | 21 | 0 | 18 | 3 | 88 | 54 | 51 |
| Octal | 246 | 367 | 273 | 41 | 0 | 30 | 3 | 210 | 124 | 121 |
| Binary | 10100110 | 11110111 | 10111011 | 100001 | 0 | 11000 | 11 | 10001000 | 1010100 | 1010001 |
Color Harmonies of #A6F7BB
Complementary color
Monochromatic Colors of #A6F7BB
Black with #A6F7BB
Text Example
Text Example
White with #A6F7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F7BB; }
p { color: rgb(166,247,187); }
H1.HeaderClassName
{
color: #A6F7BB;
}
.AnyTagClassName
{
color: #A6F7BB;
}
</style>
background-color css
<style>
a { background-color: #A6F7BB; }
a { background-color: rgb(166,247,187); }
div.DivClassName
{
background-color: #A6F7BB;
}
.BgClassName
{
background-color: #A6F7BB;
}
</style>
border-color css
<style>
span { border-color: #A6F7BB; }
span { border-color: rgb(166,247,187); }
td.TdClassName
{
border-color: #A6F7BB;
}
.TagClassName
{
border-color: #A6F7BB;
}
</style>