#A6FABD

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

Shades of Fringy Flower #A6FABD

Tints of Fringy Flower #A6FABD

Color information

#A6FABD (or 0xA6FABD) is unknown color: approx Fringy Flower. HEX triplet: A6, FA and BD. RGB value is (166,250,189). Sum of RGB (Red+Green+Blue) = 166+250+189=605 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.44% from 605); Green value is 250 (98.05% from 255 or 41.32% from 605); Blue value is 189 (74.22% from 255 or 31.24% from 605); Max value from RGB is 250 - color contains mainly: green. Hex color #A6FABD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FABD is #590542. Grayscale: #DADADA. Windows color (decimal): -5834051 or 12450470. OLE color: 12450470.

HSL color Cylindrical-coordinate representation of color #A6FABD: hue angle of 136.43º 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 #A6FABD is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB166250189-
CMYK0.3400.240.02
HSL136.43º89.36%81.57%-
HSV(B)136.43º33.6%98.04%-
XYZ59.180.1560.5-
YUV217.93111.6790.96-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.44%
GREEN value IS 250 (98.05% from 255) = 41.32%
BLUE value IS 189 (74.22% from 255) = 31.24%
R=27.44%
G=41.32%
B=31.24%

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
Decimal1662501890.3400.240.02136.4389.3681.57
HexA6FABD220182885952
Octal246372275420302210131122
Binary101001101111101010111101100010011000101000100010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FABD; }

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

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

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

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

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

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

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

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