#A6FBE3

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

Shades of Water Leaf #A6FBE3

Tints of Water Leaf #A6FBE3

Color information

#A6FBE3 (or 0xA6FBE3) is unknown color: approx Water Leaf. HEX triplet: A6, FB and E3. RGB value is (166,251,227). Sum of RGB (Red+Green+Blue) = 166+251+227=644 (85% of max value = 765). Red value is 166 (65.23% from 255 or 25.78% from 644); Green value is 251 (98.44% from 255 or 38.98% from 644); Blue value is 227 (89.06% from 255 or 35.25% from 644); Max value from RGB is 251 - color contains mainly: green. Hex color #A6FBE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FBE3 is #59041C. Grayscale: #DEDEDE. Windows color (decimal): -5833757 or 14941094. OLE color: 14941094.

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

Color convert

RGB166251227-
CMYK0.3400.100.02
HSL163.06º91.4%81.76%-
HSV(B)163.06º33.86%98.43%-
XYZ64.0982.6585.25-
YUV222.85130.3487.45-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 25.78%
GREEN value IS 251 (98.44% from 255) = 38.98%
BLUE value IS 227 (89.06% from 255) = 35.25%
R=25.78%
G=38.98%
B=35.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1662512270.3400.100.02163.0691.481.76
HexA6FBE3220A2a35b52
Octal246373343420122243133122
Binary10100110111110111110001110001001010101010001110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FBE3; }

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

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

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

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

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

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

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

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