#A6EDBA

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

Shades of Fringy Flower #A6EDBA

Tints of Fringy Flower #A6EDBA

Color information

#A6EDBA (or 0xA6EDBA) is unknown color: approx Fringy Flower. HEX triplet: A6, ED and BA. RGB value is (166,237,186). Sum of RGB (Red+Green+Blue) = 166+237+186=589 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.18% from 589); Green value is 237 (92.97% from 255 or 40.24% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 237 - color contains mainly: green. Hex color #A6EDBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EDBA is #591245. Grayscale: #D2D2D2. Windows color (decimal): -5837382 or 12250534. OLE color: 12250534.

HSL color Cylindrical-coordinate representation of color #A6EDBA: hue angle of 136.9º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6EDBA is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB166237186-
CMYK0.3000.220.07
HSL136.9º66.36%79.02%-
HSV(B)136.9º29.96%92.94%-
XYZ54.8772.2257.5-
YUV209.96114.4896.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.18%
GREEN value IS 237 (92.97% from 255) = 40.24%
BLUE value IS 186 (73.05% from 255) = 31.58%
R=28.18%
G=40.24%
B=31.58%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1662371860.3000.220.07136.966.3679.02
HexA6EDBA1E016789424f
Octal246355272360267211102117
Binary101001101110110110111010111100101101111000100110000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6EDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6EDBA; }

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

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

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

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

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

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

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

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