#6ED6A0

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

Shades of Medium Aquamarine #6ED6A0

Tints of Medium Aquamarine #6ED6A0

Color information

#6ED6A0 (or 0x6ED6A0) is unknown color: approx Medium Aquamarine. HEX triplet: 6E, D6 and A0. RGB value is (110,214,160). Sum of RGB (Red+Green+Blue) = 110+214+160=484 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.73% from 484); Green value is 214 (83.98% from 255 or 44.21% from 484); Blue value is 160 (62.89% from 255 or 33.06% from 484); Max value from RGB is 214 - color contains mainly: green. Hex color #6ED6A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ED6A0 is #91295F. Grayscale: #B0B0B0. Windows color (decimal): -9513312 or 10540654. OLE color: 10540654.

HSL color Cylindrical-coordinate representation of color #6ED6A0: hue angle of 148.85º degrees, saturation: 0.56, 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 #6ED6A0 is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB110214160-
CMYK0.4900.250.16
HSL148.85º55.91%63.53%-
HSV(B)148.85º48.6%83.92%-
XYZ36.8253.9541.73-
YUV176.75118.5480.39-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.73%
GREEN value IS 214 (83.98% from 255) = 44.21%
BLUE value IS 160 (62.89% from 255) = 33.06%
R=22.73%
G=44.21%
B=33.06%

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
Decimal1102141600.4900.250.16148.8555.9163.53
Hex6ED6A03101910953840
Octal156326240610312022570100
Binary1101110110101101010000011000101100110000100101011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED6A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,214,160); }

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

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

 a { background-color: rgb(110,214,160); }

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

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

 span { border-color: rgb(110,214,160); }

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