#6ED8A5

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

Shades of Medium Aquamarine #6ED8A5

Tints of Medium Aquamarine #6ED8A5

Color information

#6ED8A5 (or 0x6ED8A5) is unknown color: approx Medium Aquamarine. HEX triplet: 6E, D8 and A5. RGB value is (110,216,165). Sum of RGB (Red+Green+Blue) = 110+216+165=491 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.40% from 491); Green value is 216 (84.77% from 255 or 43.99% from 491); Blue value is 165 (64.84% from 255 or 33.60% from 491); Max value from RGB is 216 - color contains mainly: green. Hex color #6ED8A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ED8A5 is #91275A. Grayscale: #B2B2B2. Windows color (decimal): -9512795 or 10868846. OLE color: 10868846.

HSL color Cylindrical-coordinate representation of color #6ED8A5: hue angle of 151.13º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ED8A5 is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB110216165-
CMYK0.4900.240.15
HSL151.13º57.61%63.92%-
HSV(B)151.13º49.07%84.71%-
XYZ37.7855.1444.25-
YUV178.49120.3879.15-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.40%
GREEN value IS 216 (84.77% from 255) = 43.99%
BLUE value IS 165 (64.84% from 255) = 33.60%
R=22.40%
G=43.99%
B=33.60%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1102161650.4900.240.15151.1357.6163.92
Hex6ED8A531018F973a40
Octal156330245610301722772100
Binary110111011011000101001011100010110001111100101111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED8A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,216,165); }

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

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

 a { background-color: rgb(110,216,165); }

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

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

 span { border-color: rgb(110,216,165); }

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