Shades of Fringy Flower #A6F8BD
Tints of Fringy Flower #A6F8BD
RGB
CMYK
RGB Variations
Color information
#A6F8BD (or 0xA6F8BD) is known color: Fringy Flower. HEX triplet: A6, F8 and BD. RGB value is (166,248,189). Sum of RGB (Red+Green+Blue) = 166+248+189=603 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.53% from 603); Green value is 248 (97.27% from 255 or 41.13% from 603); Blue value is 189 (74.22% from 255 or 31.34% from 603); Max value from RGB is 248 - color contains mainly: green. Hex color #A6F8BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6F8BD is #590742. Grayscale: #D8D8D8. Windows color (decimal): -5834563 or 12449958. OLE color: 12449958.
HSL color Cylindrical-coordinate representation of color #A6F8BD: hue angle of 136.83º degrees, saturation: 0.85, 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 #A6F8BD is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 248 | 189 | - |
| CMYK | 0.33 | 0 | 0.24 | 0.03 |
| HSL | 136.83º | 0.85% | 0.81% | - |
| HSV(B) | 136.83º | 0.33% | 0.97% | - |
| XYZ | 58.48 | 78.92 | 60.29 | - |
| YUV | 216.76 | 112.33 | 91.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 248 | 189 | 0.33 | 0 | 0.24 | 0.03 | 136.83 | 0.85 | 0.81 |
| Hex | A6 | F8 | BD | 21 | 0 | 18 | 3 | 89 | 55 | 51 |
| Octal | 246 | 370 | 275 | 41 | 0 | 30 | 3 | 211 | 125 | 121 |
| Binary | 10100110 | 11111000 | 10111101 | 100001 | 0 | 11000 | 11 | 10001001 | 1010101 | 1010001 |
Color Harmonies of #A6F8BD
Complementary color
Monochromatic Colors of #A6F8BD
Black with #A6F8BD
Text Example
Text Example
White with #A6F8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F8BD; }
p { color: rgb(166,248,189); }
H1.HeaderClassName
{
color: #A6F8BD;
}
.AnyTagClassName
{
color: #A6F8BD;
}
</style>
background-color css
<style>
a { background-color: #A6F8BD; }
a { background-color: rgb(166,248,189); }
div.DivClassName
{
background-color: #A6F8BD;
}
.BgClassName
{
background-color: #A6F8BD;
}
</style>
border-color css
<style>
span { border-color: #A6F8BD; }
span { border-color: rgb(166,248,189); }
td.TdClassName
{
border-color: #A6F8BD;
}
.TagClassName
{
border-color: #A6F8BD;
}
</style>