#6EC0AA

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

Shades of Medium Aquamarine #6EC0AA

Tints of Medium Aquamarine #6EC0AA

Color information

#6EC0AA (or 0x6EC0AA) is unknown color: approx Medium Aquamarine. HEX triplet: 6E, C0 and AA. RGB value is (110,192,170). Sum of RGB (Red+Green+Blue) = 110+192+170=472 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.31% from 472); Green value is 192 (75.39% from 255 or 40.68% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 192 - color contains mainly: green. Hex color #6EC0AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EC0AA is #913F55. Grayscale: #A4A4A4. Windows color (decimal): -9518934 or 11190382. OLE color: 11190382.

HSL color Cylindrical-coordinate representation of color #6EC0AA: hue angle of 163.9º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6EC0AA is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB110192170-
CMYK0.4300.110.25
HSL163.9º39.42%59.22%-
HSV(B)163.9º42.71%75.29%-
XYZ32.5443.9244.79-
YUV164.97130.8388.79-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.31%
GREEN value IS 192 (75.39% from 255) = 40.68%
BLUE value IS 170 (66.80% from 255) = 36.02%
R=23.31%
G=40.68%
B=36.02%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1101921700.4300.110.25163.939.4259.22
Hex6EC0AA2B0B19a4273b
Octal15630025253013312444773
Binary11011101100000010101010101011010111100110100100100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EC0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,192,170); }

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

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

 a { background-color: rgb(110,192,170); }

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

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

 span { border-color: rgb(110,192,170); }

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