Shades of Fringy Flower #A6FDBD
Tints of Fringy Flower #A6FDBD
RGB
CMYK
RGB Variations
Color information
#A6FDBD (or 0xA6FDBD) is known color: Fringy Flower. HEX triplet: A6, FD and BD. RGB value is (166,253,189). Sum of RGB (Red+Green+Blue) = 166+253+189=608 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.30% from 608); Green value is 253 (99.22% from 255 or 41.61% from 608); Blue value is 189 (74.22% from 255 or 31.09% from 608); Max value from RGB is 253 - color contains mainly: green. Hex color #A6FDBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FDBD is #590242. Grayscale: #DBDBDB. Windows color (decimal): -5833283 or 12451238. OLE color: 12451238.
HSL color Cylindrical-coordinate representation of color #A6FDBD: hue angle of 135.86º 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 #A6FDBD is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 253 | 189 | - |
| CMYK | 0.34 | 0 | 0.25 | 0.01 |
| HSL | 135.86º | 0.96% | 0.82% | - |
| HSV(B) | 135.86º | 0.34% | 0.99% | - |
| XYZ | 60.04 | 82.03 | 60.81 | - |
| YUV | 219.69 | 110.68 | 89.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 253 | 189 | 0.34 | 0 | 0.25 | 0.01 | 135.86 | 0.96 | 0.82 |
| Hex | A6 | FD | BD | 22 | 0 | 19 | 1 | 88 | 60 | 52 |
| Octal | 246 | 375 | 275 | 42 | 0 | 31 | 1 | 210 | 140 | 122 |
| Binary | 10100110 | 11111101 | 10111101 | 100010 | 0 | 11001 | 1 | 10001000 | 1100000 | 1010010 |
Color Harmonies of #A6FDBD
Complementary color
Monochromatic Colors of #A6FDBD
Black with #A6FDBD
Text Example
Text Example
White with #A6FDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FDBD; }
p { color: rgb(166,253,189); }
H1.HeaderClassName
{
color: #A6FDBD;
}
.AnyTagClassName
{
color: #A6FDBD;
}
</style>
background-color css
<style>
a { background-color: #A6FDBD; }
a { background-color: rgb(166,253,189); }
div.DivClassName
{
background-color: #A6FDBD;
}
.BgClassName
{
background-color: #A6FDBD;
}
</style>
border-color css
<style>
span { border-color: #A6FDBD; }
span { border-color: rgb(166,253,189); }
td.TdClassName
{
border-color: #A6FDBD;
}
.TagClassName
{
border-color: #A6FDBD;
}
</style>