#6ED6AC

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

Shades of Medium Aquamarine #6ED6AC

Tints of Medium Aquamarine #6ED6AC

Color information

#6ED6AC (or 0x6ED6AC) is unknown color: approx Medium Aquamarine. HEX triplet: 6E, D6 and AC. RGB value is (110,214,172). Sum of RGB (Red+Green+Blue) = 110+214+172=496 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.18% from 496); Green value is 214 (83.98% from 255 or 43.15% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 214 - color contains mainly: green. Hex color #6ED6AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ED6AC is #912953. Grayscale: #B2B2B2. Windows color (decimal): -9513300 or 11327086. OLE color: 11327086.

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

Color convert

RGB110214172-
CMYK0.4900.200.16
HSL155.77º55.91%63.53%-
HSV(B)155.77º48.6%83.92%-
XYZ37.9254.3947.53-
YUV178.12124.5479.42-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.18%
GREEN value IS 214 (83.98% from 255) = 43.15%
BLUE value IS 172 (67.58% from 255) = 34.68%
R=22.18%
G=43.15%
B=34.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1102141720.4900.200.16155.7755.9163.53
Hex6ED6AC31014109c3840
Octal156326254610242023470100
Binary1101110110101101010110011000101010010000100111001110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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