#6EC2A8

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

Shades of Medium Aquamarine #6EC2A8

Tints of Medium Aquamarine #6EC2A8

Color information

#6EC2A8 (or 0x6EC2A8) is unknown color: approx Medium Aquamarine. HEX triplet: 6E, C2 and A8. RGB value is (110,194,168). Sum of RGB (Red+Green+Blue) = 110+194+168=472 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.31% from 472); Green value is 194 (76.17% from 255 or 41.10% from 472); Blue value is 168 (66.02% from 255 or 35.59% from 472); Max value from RGB is 194 - color contains mainly: green. Hex color #6EC2A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EC2A8 is #913D57. Grayscale: #A5A5A5. Windows color (decimal): -9518424 or 11059822. OLE color: 11059822.

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

Color convert

RGB110194168-
CMYK0.4300.130.24
HSL161.43º40.78%59.61%-
HSV(B)161.43º43.3%76.08%-
XYZ32.7944.7343.95-
YUV165.92129.1788.11-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.31%
GREEN value IS 194 (76.17% from 255) = 41.10%
BLUE value IS 168 (66.02% from 255) = 35.59%
R=23.31%
G=41.10%
B=35.59%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1101941680.4300.130.24161.4340.7859.61
Hex6EC2A82B0D18a1293c
Octal15630225053015302415174
Binary11011101100001010101000101011011011100010100001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EC2A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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