Shades of Fringy Flower #A6EFB6
Tints of Fringy Flower #A6EFB6
RGB
CMYK
RGB Variations
Color information
#A6EFB6 (or 0xA6EFB6) is known color: Fringy Flower. HEX triplet: A6, EF and B6. RGB value is (166,239,182). Sum of RGB (Red+Green+Blue) = 166+239+182=587 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.28% from 587); Green value is 239 (93.75% from 255 or 40.72% from 587); Blue value is 182 (71.48% from 255 or 31.01% from 587); Max value from RGB is 239 - color contains mainly: green. Hex color #A6EFB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EFB6 is #591049. Grayscale: #D2D2D2. Windows color (decimal): -5836874 or 11988902. OLE color: 11988902.
HSL color Cylindrical-coordinate representation of color #A6EFB6: hue angle of 133.15º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6EFB6 is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 239 | 182 | - |
| CMYK | 0.31 | 0 | 0.24 | 0.06 |
| HSL | 133.15º | 0.7% | 0.79% | - |
| HSV(B) | 133.15º | 0.31% | 0.94% | - |
| XYZ | 55.04 | 73.22 | 55.49 | - |
| YUV | 210.68 | 111.82 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 239 | 182 | 0.31 | 0 | 0.24 | 0.06 | 133.15 | 0.7 | 0.79 |
| Hex | A6 | EF | B6 | 1F | 0 | 18 | 6 | 85 | 46 | 4F |
| Octal | 246 | 357 | 266 | 37 | 0 | 30 | 6 | 205 | 106 | 117 |
| Binary | 10100110 | 11101111 | 10110110 | 11111 | 0 | 11000 | 110 | 10000101 | 1000110 | 1001111 |
Color Harmonies of #A6EFB6
Complementary color
Monochromatic Colors of #A6EFB6
Black with #A6EFB6
Text Example
Text Example
White with #A6EFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EFB6; }
p { color: rgb(166,239,182); }
H1.HeaderClassName
{
color: #A6EFB6;
}
.AnyTagClassName
{
color: #A6EFB6;
}
</style>
background-color css
<style>
a { background-color: #A6EFB6; }
a { background-color: rgb(166,239,182); }
div.DivClassName
{
background-color: #A6EFB6;
}
.BgClassName
{
background-color: #A6EFB6;
}
</style>
border-color css
<style>
span { border-color: #A6EFB6; }
span { border-color: rgb(166,239,182); }
td.TdClassName
{
border-color: #A6EFB6;
}
.TagClassName
{
border-color: #A6EFB6;
}
</style>