#A6F1E3

Color #A6F1E3 Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #A6F1E3

Tints of Water Leaf #A6F1E3

Color information

#A6F1E3 (or 0xA6F1E3) is unknown color: approx Water Leaf. HEX triplet: A6, F1 and E3. RGB value is (166,241,227). Sum of RGB (Red+Green+Blue) = 166+241+227=634 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.18% from 634); Green value is 241 (94.53% from 255 or 38.01% from 634); Blue value is 227 (89.06% from 255 or 35.80% from 634); Max value from RGB is 241 - color contains mainly: green. Hex color #A6F1E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6F1E3 is #590E1C. Grayscale: #D8D8D8. Windows color (decimal): -5836317 or 14938534. OLE color: 14938534.

HSL color Cylindrical-coordinate representation of color #A6F1E3: hue angle of 168.8º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6F1E3 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB166241227-
CMYK0.3100.060.05
HSL168.8º72.82%79.8%-
HSV(B)168.8º31.12%94.51%-
XYZ61.0576.5684.23-
YUV216.98133.6591.64-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.18%
GREEN value IS 241 (94.53% from 255) = 38.01%
BLUE value IS 227 (89.06% from 255) = 35.80%
R=26.18%
G=38.01%
B=35.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1662412270.3100.060.05168.872.8279.8
HexA6F1E31F065a94950
Octal24636134337065251111120
Binary1010011011110001111000111111101101011010100110010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6F1E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6F1E3; }

 p { color: rgb(166,241,227); }

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

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

 a { background-color: rgb(166,241,227); }

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

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

 span { border-color: rgb(166,241,227); }

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