#A6EFBA

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

Shades of Fringy Flower #A6EFBA

Tints of Fringy Flower #A6EFBA

Color information

#A6EFBA (or 0xA6EFBA) is unknown color: approx Fringy Flower. HEX triplet: A6, EF and BA. RGB value is (166,239,186). Sum of RGB (Red+Green+Blue) = 166+239+186=591 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.09% from 591); Green value is 239 (93.75% from 255 or 40.44% from 591); Blue value is 186 (73.05% from 255 or 31.47% from 591); Max value from RGB is 239 - color contains mainly: green. Hex color #A6EFBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EFBA is #591045. Grayscale: #D3D3D3. Windows color (decimal): -5836870 or 12251046. OLE color: 12251046.

HSL color Cylindrical-coordinate representation of color #A6EFBA: hue angle of 136.44º 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 #A6EFBA is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB166239186-
CMYK0.3100.220.06
HSL136.44º69.52%79.41%-
HSV(B)136.44º30.54%93.73%-
XYZ55.4673.3957.7-
YUV211.13113.8295.81-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.09%
GREEN value IS 239 (93.75% from 255) = 40.44%
BLUE value IS 186 (73.05% from 255) = 31.47%
R=28.09%
G=40.44%
B=31.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1662391860.3100.220.06136.4469.5279.41
HexA6EFBA1F016688464f
Octal246357272370266210106117
Binary101001101110111110111010111110101101101000100010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6EFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6EFBA; }

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

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

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

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

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

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

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

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