#A6FBBD

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

Shades of Fringy Flower #A6FBBD

Tints of Fringy Flower #A6FBBD

Color information

#A6FBBD (or 0xA6FBBD) is unknown color: approx Fringy Flower. HEX triplet: A6, FB and BD. RGB value is (166,251,189). Sum of RGB (Red+Green+Blue) = 166+251+189=606 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.39% from 606); Green value is 251 (98.44% from 255 or 41.42% from 606); Blue value is 189 (74.22% from 255 or 31.19% from 606); Max value from RGB is 251 - color contains mainly: green. Hex color #A6FBBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FBBD is #590442. Grayscale: #DADADA. Windows color (decimal): -5833795 or 12450726. OLE color: 12450726.

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

Color convert

RGB166251189-
CMYK0.3400.250.02
HSL136.24º91.4%81.76%-
HSV(B)136.24º33.86%98.43%-
XYZ59.4180.7860.6-
YUV218.52111.3490.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.39%
GREEN value IS 251 (98.44% from 255) = 41.42%
BLUE value IS 189 (74.22% from 255) = 31.19%
R=27.39%
G=41.42%
B=31.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1662511890.3400.250.02136.2491.481.76
HexA6FBBD220192885b52
Octal246373275420312210133122
Binary101001101111101110111101100010011001101000100010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FBBD; }

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

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

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

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

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

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

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

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