#A6FABE

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

Shades of Fringy Flower #A6FABE

Tints of Fringy Flower #A6FABE

Color information

#A6FABE (or 0xA6FABE) is unknown color: approx Fringy Flower. HEX triplet: A6, FA and BE. RGB value is (166,250,190). Sum of RGB (Red+Green+Blue) = 166+250+190=606 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.39% from 606); Green value is 250 (98.05% from 255 or 41.25% from 606); Blue value is 190 (74.61% from 255 or 31.35% from 606); Max value from RGB is 250 - color contains mainly: green. Hex color #A6FABE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FABE is #590541. Grayscale: #DADADA. Windows color (decimal): -5834050 or 12516006. OLE color: 12516006.

HSL color Cylindrical-coordinate representation of color #A6FABE: hue angle of 137.14º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6FABE is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB166250190-
CMYK0.3400.240.02
HSL137.14º89.36%81.57%-
HSV(B)137.14º33.6%98.04%-
XYZ59.2180.261.07-
YUV218.04112.1790.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.39%
GREEN value IS 250 (98.05% from 255) = 41.25%
BLUE value IS 190 (74.61% from 255) = 31.35%
R=27.39%
G=41.25%
B=31.35%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1662501900.3400.240.02137.1489.3681.57
HexA6FABE220182895952
Octal246372276420302211131122
Binary101001101111101010111110100010011000101000100110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FABE; }

 p { color: rgb(166,250,190); }

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

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

 a { background-color: rgb(166,250,190); }

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

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

 span { border-color: rgb(166,250,190); }

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