#A6FBE8

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

Shades of Water Leaf #A6FBE8

Tints of Water Leaf #A6FBE8

Color information

#A6FBE8 (or 0xA6FBE8) is unknown color: approx Water Leaf. HEX triplet: A6, FB and E8. RGB value is (166,251,232). Sum of RGB (Red+Green+Blue) = 166+251+232=649 (85% of max value = 765). Red value is 166 (65.23% from 255 or 25.58% from 649); Green value is 251 (98.44% from 255 or 38.67% from 649); Blue value is 232 (91.02% from 255 or 35.75% from 649); Max value from RGB is 251 - color contains mainly: green. Hex color #A6FBE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6FBE8 is #590417. Grayscale: #DFDFDF. Windows color (decimal): -5833752 or 15268774. OLE color: 15268774.

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

Color convert

RGB166251232-
CMYK0.3400.080.02
HSL166.59º91.4%81.76%-
HSV(B)166.59º33.86%98.43%-
XYZ64.7982.9388.94-
YUV223.42132.8487.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 25.58%
GREEN value IS 251 (98.44% from 255) = 38.67%
BLUE value IS 232 (91.02% from 255) = 35.75%
R=25.58%
G=38.67%
B=35.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1662512320.3400.080.02166.5991.481.76
HexA6FBE822082a75b52
Octal246373350420102247133122
Binary10100110111110111110100010001001000101010011110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FBE8; }

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

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

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

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

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

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

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

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