Shades of Fringy Flower #A6FDB7
Tints of Fringy Flower #A6FDB7
RGB
CMYK
RGB Variations
Color information
#A6FDB7 (or 0xA6FDB7) is known color: Fringy Flower. HEX triplet: A6, FD and B7. RGB value is (166,253,183). Sum of RGB (Red+Green+Blue) = 166+253+183=602 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.57% from 602); Green value is 253 (99.22% from 255 or 42.03% from 602); Blue value is 183 (71.88% from 255 or 30.40% from 602); Max value from RGB is 253 - color contains mainly: green. Hex color #A6FDB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FDB7 is #590248. Grayscale: #DBDBDB. Windows color (decimal): -5833289 or 12058022. OLE color: 12058022.
HSL color Cylindrical-coordinate representation of color #A6FDB7: hue angle of 131.72º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6FDB7 is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 253 | 183 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.01 |
| HSL | 131.72º | 0.96% | 0.82% | - |
| HSV(B) | 131.72º | 0.34% | 0.99% | - |
| XYZ | 59.4 | 81.78 | 57.45 | - |
| YUV | 219.01 | 107.68 | 90.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 253 | 183 | 0.34 | 0 | 0.28 | 0.01 | 131.72 | 0.96 | 0.82 |
| Hex | A6 | FD | B7 | 22 | 0 | 1C | 1 | 84 | 60 | 52 |
| Octal | 246 | 375 | 267 | 42 | 0 | 34 | 1 | 204 | 140 | 122 |
| Binary | 10100110 | 11111101 | 10110111 | 100010 | 0 | 11100 | 1 | 10000100 | 1100000 | 1010010 |
Color Harmonies of #A6FDB7
Complementary color
Monochromatic Colors of #A6FDB7
Black with #A6FDB7
Text Example
Text Example
White with #A6FDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FDB7; }
p { color: rgb(166,253,183); }
H1.HeaderClassName
{
color: #A6FDB7;
}
.AnyTagClassName
{
color: #A6FDB7;
}
</style>
background-color css
<style>
a { background-color: #A6FDB7; }
a { background-color: rgb(166,253,183); }
div.DivClassName
{
background-color: #A6FDB7;
}
.BgClassName
{
background-color: #A6FDB7;
}
</style>
border-color css
<style>
span { border-color: #A6FDB7; }
span { border-color: rgb(166,253,183); }
td.TdClassName
{
border-color: #A6FDB7;
}
.TagClassName
{
border-color: #A6FDB7;
}
</style>