#6ED0A4

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

Shades of Medium Aquamarine #6ED0A4

Tints of Medium Aquamarine #6ED0A4

Color information

#6ED0A4 (or 0x6ED0A4) is unknown color: approx Medium Aquamarine. HEX triplet: 6E, D0 and A4. RGB value is (110,208,164). Sum of RGB (Red+Green+Blue) = 110+208+164=482 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.82% from 482); Green value is 208 (81.64% from 255 or 43.15% from 482); Blue value is 164 (64.45% from 255 or 34.02% from 482); Max value from RGB is 208 - color contains mainly: green. Hex color #6ED0A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ED0A4 is #912F5B. Grayscale: #ADADAD. Windows color (decimal): -9514844 or 10801262. OLE color: 10801262.

HSL color Cylindrical-coordinate representation of color #6ED0A4: hue angle of 153.06º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6ED0A4 is Cyan = 0.47, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB110208164-
CMYK0.4700.210.18
HSL153.06º51.04%62.35%-
HSV(B)153.06º47.12%81.57%-
XYZ35.6951.1143.11-
YUV173.68122.5382.58-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.82%
GREEN value IS 208 (81.64% from 255) = 43.15%
BLUE value IS 164 (64.45% from 255) = 34.02%
R=22.82%
G=43.15%
B=34.02%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1102081640.4700.210.18153.0651.0462.35
Hex6ED0A42F0151299333e
Octal15632024457025222316376
Binary110111011010000101001001011110101011001010011001110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,208,164); }

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

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

 a { background-color: rgb(110,208,164); }

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

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

 span { border-color: rgb(110,208,164); }

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