#6EE1AA

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

Shades of Medium Aquamarine #6EE1AA

Tints of Medium Aquamarine #6EE1AA

Color information

#6EE1AA (or 0x6EE1AA) is unknown color: approx Medium Aquamarine. HEX triplet: 6E, E1 and AA. RGB value is (110,225,170). Sum of RGB (Red+Green+Blue) = 110+225+170=505 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.78% from 505); Green value is 225 (88.28% from 255 or 44.55% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 225 - color contains mainly: green. Hex color #6EE1AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EE1AA is #911E55. Grayscale: #B8B8B8. Windows color (decimal): -9510486 or 11198830. OLE color: 11198830.

HSL color Cylindrical-coordinate representation of color #6EE1AA: hue angle of 151.3º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6EE1AA is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB110225170-
CMYK0.5100.240.12
HSL151.3º65.71%65.69%-
HSV(B)151.3º51.11%88.24%-
XYZ40.6160.0747.48-
YUV184.34119.974.97-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.78%
GREEN value IS 225 (88.28% from 255) = 44.55%
BLUE value IS 170 (66.80% from 255) = 33.66%
R=21.78%
G=44.55%
B=33.66%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1102251700.5100.240.12151.365.7165.69
Hex6EE1AA33018C974242
Octal1563412526303014227102102
Binary1101110111000011010101011001101100011001001011110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EE1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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