#a6edbf

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

Shades of Fringy Flower #A6EDBF

Tints of Fringy Flower #A6EDBF

Color information

#A6EDBF (or 0xA6EDBF) is unknown color: approx Fringy Flower. HEX triplet: A6, ED and BF. RGB value is (166,237,191). Sum of RGB (Red+Green+Blue) = 166+237+191=594 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.95% from 594); Green value is 237 (92.97% from 255 or 39.90% from 594); Blue value is 191 (75% from 255 or 32.15% from 594); Max value from RGB is 237 - color contains mainly: green. Hex color #A6EDBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EDBF is #591240. Grayscale: #D2D2D2. Windows color (decimal): -5837377 or 12578214. OLE color: 12578214.

HSL color Cylindrical-coordinate representation of color #A6EDBF: hue angle of 141.13º 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 #A6EDBF is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB166237191-
CMYK0.3000.190.07
HSL141.13º66.36%79.02%-
HSV(B)141.13º29.96%92.94%-
XYZ55.4172.4460.35-
YUV210.53116.9896.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.95%
GREEN value IS 237 (92.97% from 255) = 39.90%
BLUE value IS 191 (75% from 255) = 32.15%
R=27.95%
G=39.90%
B=32.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1662371910.3000.190.07141.1366.3679.02
HexA6EDBF1E01378d424f
Octal246355277360237215102117
Binary101001101110110110111111111100100111111000110110000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a6edbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a6edbf; }

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

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

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

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

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

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

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

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