#A6F1E0

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

Shades of Water Leaf #A6F1E0

Tints of Water Leaf #A6F1E0

Color information

#A6F1E0 (or 0xA6F1E0) is unknown color: approx Water Leaf. HEX triplet: A6, F1 and E0. RGB value is (166,241,224). Sum of RGB (Red+Green+Blue) = 166+241+224=631 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.31% from 631); Green value is 241 (94.53% from 255 or 38.19% from 631); Blue value is 224 (87.89% from 255 or 35.50% from 631); Max value from RGB is 241 - color contains mainly: green. Hex color #A6F1E0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6F1E0 is #590E1F. Grayscale: #D8D8D8. Windows color (decimal): -5836320 or 14741926. OLE color: 14741926.

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

Color convert

RGB166241224-
CMYK0.3100.070.05
HSL166.4º72.82%79.8%-
HSV(B)166.4º31.12%94.51%-
XYZ60.6476.482.07-
YUV216.64132.1591.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.31%
GREEN value IS 241 (94.53% from 255) = 38.19%
BLUE value IS 224 (87.89% from 255) = 35.50%
R=26.31%
G=38.19%
B=35.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1662412240.3100.070.05166.472.8279.8
HexA6F1E01F075a64950
Octal24636134037075246111120
Binary1010011011110001111000001111101111011010011010010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6F1E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6F1E0; }

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

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

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

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

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

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

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

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