#A6FBE4

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

Shades of Water Leaf #A6FBE4

Tints of Water Leaf #A6FBE4

Color information

#A6FBE4 (or 0xA6FBE4) is unknown color: approx Water Leaf. HEX triplet: A6, FB and E4. RGB value is (166,251,228). Sum of RGB (Red+Green+Blue) = 166+251+228=645 (85% of max value = 765). Red value is 166 (65.23% from 255 or 25.74% from 645); Green value is 251 (98.44% from 255 or 38.91% from 645); Blue value is 228 (89.45% from 255 or 35.35% from 645); Max value from RGB is 251 - color contains mainly: green. Hex color #A6FBE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FBE4 is #59041B. Grayscale: #DEDEDE. Windows color (decimal): -5833756 or 15006630. OLE color: 15006630.

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

Color convert

RGB166251228-
CMYK0.3400.090.02
HSL163.76º91.4%81.76%-
HSV(B)163.76º33.86%98.43%-
XYZ64.2382.785.98-
YUV222.96130.8487.37-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 25.74%
GREEN value IS 251 (98.44% from 255) = 38.91%
BLUE value IS 228 (89.45% from 255) = 35.35%
R=25.74%
G=38.91%
B=35.35%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1662512280.3400.090.02163.7691.481.76
HexA6FBE422092a45b52
Octal246373344420112244133122
Binary10100110111110111110010010001001001101010010010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FBE4; }

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

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

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

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

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

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

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

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