Shades of Fringy Flower #A6FDBC
Tints of Fringy Flower #A6FDBC
RGB
CMYK
RGB Variations
Color information
#A6FDBC (or 0xA6FDBC) is known color: Fringy Flower. HEX triplet: A6, FD and BC. RGB value is (166,253,188). Sum of RGB (Red+Green+Blue) = 166+253+188=607 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.35% from 607); Green value is 253 (99.22% from 255 or 41.68% from 607); Blue value is 188 (73.83% from 255 or 30.97% from 607); Max value from RGB is 253 - color contains mainly: green. Hex color #A6FDBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FDBC is #590243. Grayscale: #DBDBDB. Windows color (decimal): -5833284 or 12385702. OLE color: 12385702.
HSL color Cylindrical-coordinate representation of color #A6FDBC: hue angle of 135.17º 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 #A6FDBC is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 253 | 188 | - |
| CMYK | 0.34 | 0 | 0.26 | 0.01 |
| HSL | 135.17º | 0.96% | 0.82% | - |
| HSV(B) | 135.17º | 0.34% | 0.99% | - |
| XYZ | 59.93 | 81.99 | 60.24 | - |
| YUV | 219.58 | 110.18 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 253 | 188 | 0.34 | 0 | 0.26 | 0.01 | 135.17 | 0.96 | 0.82 |
| Hex | A6 | FD | BC | 22 | 0 | 1A | 1 | 87 | 60 | 52 |
| Octal | 246 | 375 | 274 | 42 | 0 | 32 | 1 | 207 | 140 | 122 |
| Binary | 10100110 | 11111101 | 10111100 | 100010 | 0 | 11010 | 1 | 10000111 | 1100000 | 1010010 |
Color Harmonies of #A6FDBC
Complementary color
Monochromatic Colors of #A6FDBC
Black with #A6FDBC
Text Example
Text Example
White with #A6FDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FDBC; }
p { color: rgb(166,253,188); }
H1.HeaderClassName
{
color: #A6FDBC;
}
.AnyTagClassName
{
color: #A6FDBC;
}
</style>
background-color css
<style>
a { background-color: #A6FDBC; }
a { background-color: rgb(166,253,188); }
div.DivClassName
{
background-color: #A6FDBC;
}
.BgClassName
{
background-color: #A6FDBC;
}
</style>
border-color css
<style>
span { border-color: #A6FDBC; }
span { border-color: rgb(166,253,188); }
td.TdClassName
{
border-color: #A6FDBC;
}
.TagClassName
{
border-color: #A6FDBC;
}
</style>