#6EC3A5

Color #6EC3A5 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #6EC3A5

Tints of Medium Aquamarine #6EC3A5

Color information

#6EC3A5 (or 0x6EC3A5) is unknown color: approx Medium Aquamarine. HEX triplet: 6E, C3 and A5. RGB value is (110,195,165). Sum of RGB (Red+Green+Blue) = 110+195+165=470 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.40% from 470); Green value is 195 (76.56% from 255 or 41.49% from 470); Blue value is 165 (64.84% from 255 or 35.11% from 470); Max value from RGB is 195 - color contains mainly: green. Hex color #6EC3A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EC3A5 is #913C5A. Grayscale: #A6A6A6. Windows color (decimal): -9518171 or 10863470. OLE color: 10863470.

HSL color Cylindrical-coordinate representation of color #6EC3A5: hue angle of 158.82º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6EC3A5 is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB110195165-
CMYK0.4400.150.24
HSL158.82º41.46%59.8%-
HSV(B)158.82º43.59%76.47%-
XYZ32.7445.0642.57-
YUV166.16127.3487.94-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.40%
GREEN value IS 195 (76.56% from 255) = 41.49%
BLUE value IS 165 (64.84% from 255) = 35.11%
R=23.40%
G=41.49%
B=35.11%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1101951650.4400.150.24158.8241.4659.8
Hex6EC3A52C0F189f293c
Octal15630324554017302375174
Binary11011101100001110100101101100011111100010011111101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EC3A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6EC3A5; }

 p { color: rgb(110,195,165); }

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

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

 a { background-color: rgb(110,195,165); }

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

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

 span { border-color: rgb(110,195,165); }

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