#6EC2A1

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

Shades of Medium Aquamarine #6EC2A1

Tints of Medium Aquamarine #6EC2A1

Color information

#6EC2A1 (or 0x6EC2A1) is unknown color: approx Medium Aquamarine. HEX triplet: 6E, C2 and A1. RGB value is (110,194,161). Sum of RGB (Red+Green+Blue) = 110+194+161=465 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.66% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 161 (63.28% from 255 or 34.62% from 465); Max value from RGB is 194 - color contains mainly: green. Hex color #6EC2A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EC2A1 is #913D5E. Grayscale: #A5A5A5. Windows color (decimal): -9518431 or 10601070. OLE color: 10601070.

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

Color convert

RGB110194161-
CMYK0.4300.170.24
HSL156.43º40.78%59.61%-
HSV(B)156.43º43.3%76.08%-
XYZ32.1644.4740.61-
YUV165.12125.6788.68-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.66%
GREEN value IS 194 (76.17% from 255) = 41.72%
BLUE value IS 161 (63.28% from 255) = 34.62%
R=23.66%
G=41.72%
B=34.62%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1101941610.4300.170.24156.4340.7859.61
Hex6EC2A12B011189c293c
Octal15630224153021302345174
Binary110111011000010101000011010110100011100010011100101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EC2A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,194,161); }

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

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

 a { background-color: rgb(110,194,161); }

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

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

 span { border-color: rgb(110,194,161); }

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