#A6EDE0

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

Shades of Water Leaf #A6EDE0

Tints of Water Leaf #A6EDE0

Color information

#A6EDE0 (or 0xA6EDE0) is unknown color: approx Water Leaf. HEX triplet: A6, ED and E0. RGB value is (166,237,224). Sum of RGB (Red+Green+Blue) = 166+237+224=627 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.48% from 627); Green value is 237 (92.97% from 255 or 37.80% from 627); Blue value is 224 (87.89% from 255 or 35.73% from 627); Max value from RGB is 237 - color contains mainly: green. Hex color #A6EDE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EDE0 is #59121F. Grayscale: #D6D6D6. Windows color (decimal): -5837344 or 14740902. OLE color: 14740902.

HSL color Cylindrical-coordinate representation of color #A6EDE0: hue angle of 169.01º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6EDE0 is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB166237224-
CMYK0.3000.050.07
HSL169.01º66.36%79.02%-
HSV(B)169.01º29.96%92.94%-
XYZ59.4674.0681.68-
YUV214.29133.4893.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.48%
GREEN value IS 237 (92.97% from 255) = 37.80%
BLUE value IS 224 (87.89% from 255) = 35.73%
R=26.48%
G=37.80%
B=35.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1662372240.3000.050.07169.0166.3679.02
HexA6EDE01E057a9424f
Octal24635534036057251102117
Binary1010011011101101111000001111001011111010100110000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6EDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6EDE0; }

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

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

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

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

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

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

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

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