#6ED7A1

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

Shades of Medium Aquamarine #6ED7A1

Tints of Medium Aquamarine #6ED7A1

Color information

#6ED7A1 (or 0x6ED7A1) is unknown color: approx Medium Aquamarine. HEX triplet: 6E, D7 and A1. RGB value is (110,215,161). Sum of RGB (Red+Green+Blue) = 110+215+161=486 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.63% from 486); Green value is 215 (84.38% from 255 or 44.24% from 486); Blue value is 161 (63.28% from 255 or 33.13% from 486); Max value from RGB is 215 - color contains mainly: green. Hex color #6ED7A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ED7A1 is #91285E. Grayscale: #B1B1B1. Windows color (decimal): -9513055 or 10606446. OLE color: 10606446.

HSL color Cylindrical-coordinate representation of color #6ED7A1: hue angle of 149.14º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ED7A1 is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB110215161-
CMYK0.4900.250.16
HSL149.14º56.76%63.73%-
HSV(B)149.14º48.84%84.31%-
XYZ37.1654.4942.28-
YUV177.45118.7179.89-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.63%
GREEN value IS 215 (84.38% from 255) = 44.24%
BLUE value IS 161 (63.28% from 255) = 33.13%
R=22.63%
G=44.24%
B=33.13%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1102151610.4900.250.16149.1456.7663.73
Hex6ED7A13101910953940
Octal156327241610312022571100
Binary1101110110101111010000111000101100110000100101011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED7A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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