#6EC2A7

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

Shades of Medium Aquamarine #6EC2A7

Tints of Medium Aquamarine #6EC2A7

Color information

#6EC2A7 (or 0x6EC2A7) is unknown color: approx Medium Aquamarine. HEX triplet: 6E, C2 and A7. RGB value is (110,194,167). Sum of RGB (Red+Green+Blue) = 110+194+167=471 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.35% from 471); Green value is 194 (76.17% from 255 or 41.19% from 471); Blue value is 167 (65.62% from 255 or 35.46% from 471); Max value from RGB is 194 - color contains mainly: green. Hex color #6EC2A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EC2A7 is #913D58. Grayscale: #A5A5A5. Windows color (decimal): -9518425 or 10994286. OLE color: 10994286.

HSL color Cylindrical-coordinate representation of color #6EC2A7: hue angle of 160.71º 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 #6EC2A7 is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB110194167-
CMYK0.4300.140.24
HSL160.71º40.78%59.61%-
HSV(B)160.71º43.3%76.08%-
XYZ32.744.6943.46-
YUV165.81128.6788.2-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.35%
GREEN value IS 194 (76.17% from 255) = 41.19%
BLUE value IS 167 (65.62% from 255) = 35.46%
R=23.35%
G=41.19%
B=35.46%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1101941670.4300.140.24160.7140.7859.61
Hex6EC2A72B0E18a1293c
Octal15630224753016302415174
Binary11011101100001010100111101011011101100010100001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EC2A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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