#6ed4af

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

Shades of Medium Aquamarine #6ED4AF

Tints of Medium Aquamarine #6ED4AF

Color information

#6ED4AF (or 0x6ED4AF) is unknown color: approx Medium Aquamarine. HEX triplet: 6E, D4 and AF. RGB value is (110,212,175). Sum of RGB (Red+Green+Blue) = 110+212+175=497 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.13% from 497); Green value is 212 (83.20% from 255 or 42.66% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 212 - color contains mainly: green. Hex color #6ED4AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ED4AF is #912B50. Grayscale: #B1B1B1. Windows color (decimal): -9513809 or 11523182. OLE color: 11523182.

HSL color Cylindrical-coordinate representation of color #6ED4AF: hue angle of 158.24º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ED4AF is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB110212175-
CMYK0.4800.170.17
HSL158.24º54.26%63.14%-
HSV(B)158.24º48.11%83.14%-
XYZ37.7153.548.9-
YUV177.28126.7180.01-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.13%
GREEN value IS 212 (83.20% from 255) = 42.66%
BLUE value IS 175 (68.75% from 255) = 35.21%
R=22.13%
G=42.66%
B=35.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1102121750.4800.170.17158.2454.2663.14
Hex6ED4AF30011119e363f
Octal15632425760021212366677
Binary110111011010100101011111100000100011000110011110110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ed4af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,212,175); }

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

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

 a { background-color: rgb(110,212,175); }

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

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

 span { border-color: rgb(110,212,175); }

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