#A6E0BA

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

Shades of Fringy Flower #A6E0BA

Tints of Fringy Flower #A6E0BA

Color information

#A6E0BA (or 0xA6E0BA) is unknown color: approx Fringy Flower. HEX triplet: A6, E0 and BA. RGB value is (166,224,186). Sum of RGB (Red+Green+Blue) = 166+224+186=576 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.82% from 576); Green value is 224 (87.89% from 255 or 38.89% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 224 - color contains mainly: green. Hex color #A6E0BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E0BA is #591F45. Grayscale: #CACACA. Windows color (decimal): -5840710 or 12247206. OLE color: 12247206.

HSL color Cylindrical-coordinate representation of color #A6E0BA: hue angle of 140.69º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6E0BA is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB166224186-
CMYK0.2600.170.12
HSL140.69º48.33%76.47%-
HSV(B)140.69º25.89%87.84%-
XYZ51.2464.9656.29-
YUV202.33118.78102.09-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.82%
GREEN value IS 224 (87.89% from 255) = 38.89%
BLUE value IS 186 (73.05% from 255) = 32.29%
R=28.82%
G=38.89%
B=32.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1662241860.2600.170.12140.6948.3376.47
HexA6E0BA1A011C8d304c
Octal246340272320211421560114
Binary101001101110000010111010110100100011100100011011100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E0BA; }

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

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

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

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

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

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

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

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