#6ED1AC

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

Shades of Medium Aquamarine #6ED1AC

Tints of Medium Aquamarine #6ED1AC

Color information

#6ED1AC (or 0x6ED1AC) is unknown color: approx Medium Aquamarine. HEX triplet: 6E, D1 and AC. RGB value is (110,209,172). Sum of RGB (Red+Green+Blue) = 110+209+172=491 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.40% from 491); Green value is 209 (82.03% from 255 or 42.57% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 209 - color contains mainly: green. Hex color #6ED1AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ED1AC is #912E53. Grayscale: #AFAFAF. Windows color (decimal): -9514580 or 11325806. OLE color: 11325806.

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

Color convert

RGB110209172-
CMYK0.4700.180.18
HSL157.58º51.83%62.55%-
HSV(B)157.58º47.37%81.96%-
XYZ36.6851.8947.11-
YUV175.18126.281.51-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.40%
GREEN value IS 209 (82.03% from 255) = 42.57%
BLUE value IS 172 (67.58% from 255) = 35.03%
R=22.40%
G=42.57%
B=35.03%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1102091720.4700.180.18157.5851.8362.55
Hex6ED1AC2F012129e343f
Octal15632125457022222366477
Binary110111011010001101011001011110100101001010011110110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,209,172); }

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

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

 a { background-color: rgb(110,209,172); }

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

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

 span { border-color: rgb(110,209,172); }

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