#A6EFE0

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

Shades of Water Leaf #A6EFE0

Tints of Water Leaf #A6EFE0

Color information

#A6EFE0 (or 0xA6EFE0) is unknown color: approx Water Leaf. HEX triplet: A6, EF and E0. RGB value is (166,239,224). Sum of RGB (Red+Green+Blue) = 166+239+224=629 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.39% from 629); Green value is 239 (93.75% from 255 or 38.00% from 629); Blue value is 224 (87.89% from 255 or 35.61% from 629); Max value from RGB is 239 - color contains mainly: green. Hex color #A6EFE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EFE0 is #59101F. Grayscale: #D7D7D7. Windows color (decimal): -5836832 or 14741414. OLE color: 14741414.

HSL color Cylindrical-coordinate representation of color #A6EFE0: hue angle of 167.67º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6EFE0 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB166239224-
CMYK0.3100.060.06
HSL167.67º69.52%79.41%-
HSV(B)167.67º30.54%93.73%-
XYZ60.0575.2281.88-
YUV215.46132.8292.72-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.39%
GREEN value IS 239 (93.75% from 255) = 38.00%
BLUE value IS 224 (87.89% from 255) = 35.61%
R=26.39%
G=38.00%
B=35.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1662392240.3100.060.06167.6769.5279.41
HexA6EFE01F066a8464f
Octal24635734037066250106117
Binary1010011011101111111000001111101101101010100010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6EFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6EFE0; }

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

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

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

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

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

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

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

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