#A6F8BA

Color #A6F8BA Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #A6F8BA

Tints of Fringy Flower #A6F8BA

Color information

#A6F8BA (or 0xA6F8BA) is unknown color: approx Fringy Flower. HEX triplet: A6, F8 and BA. RGB value is (166,248,186). Sum of RGB (Red+Green+Blue) = 166+248+186=600 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.67% from 600); Green value is 248 (97.27% from 255 or 41.33% from 600); Blue value is 186 (73.05% from 255 or 31% from 600); Max value from RGB is 248 - color contains mainly: green. Hex color #A6F8BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6F8BA is #590745. Grayscale: #D8D8D8. Windows color (decimal): -5834566 or 12253350. OLE color: 12253350.

HSL color Cylindrical-coordinate representation of color #A6F8BA: hue angle of 134.63º 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 #A6F8BA is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB166248186-
CMYK0.3300.250.03
HSL134.63º85.42%81.18%-
HSV(B)134.63º33.06%97.25%-
XYZ58.1678.7958.6-
YUV216.41110.8392.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 27.67%
GREEN value IS 248 (97.27% from 255) = 41.33%
BLUE value IS 186 (73.05% from 255) = 31%
R=27.67%
G=41.33%
B=31%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1662481860.3300.250.03134.6385.4281.18
HexA6F8BA210193875551
Octal246370272410313207125121
Binary101001101111100010111010100001011001111000011110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6F8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6F8BA; }

 p { color: rgb(166,248,186); }

 H1.HeaderClassName
 {
   color: #A6F8BA;
 }
 .AnyTagClassName
 {
   color: #A6F8BA;
 }
</style>
background-color css

<style>
 a { background-color: #A6F8BA; }

 a { background-color: rgb(166,248,186); }

 div.DivClassName
 {
   background-color: #A6F8BA;
 }
 .BgClassName
 {
   background-color: #A6F8BA;
 }
</style>
border-color css

<style>
 span { border-color: #A6F8BA; }

 span { border-color: rgb(166,248,186); }

 td.TdClassName
 {
   border-color: #A6F8BA;
 }
 .TagClassName
 {
   border-color: #A6F8BA;
 }
</style>