#6ED5AE

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

Shades of Medium Aquamarine #6ED5AE

Tints of Medium Aquamarine #6ED5AE

Color information

#6ED5AE (or 0x6ED5AE) is unknown color: approx Medium Aquamarine. HEX triplet: 6E, D5 and AE. RGB value is (110,213,174). Sum of RGB (Red+Green+Blue) = 110+213+174=497 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.13% from 497); Green value is 213 (83.59% from 255 or 42.86% from 497); Blue value is 174 (68.36% from 255 or 35.01% from 497); Max value from RGB is 213 - color contains mainly: green. Hex color #6ED5AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ED5AE is #912A51. Grayscale: #B1B1B1. Windows color (decimal): -9513554 or 11457902. OLE color: 11457902.

HSL color Cylindrical-coordinate representation of color #6ED5AE: hue angle of 157.28º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ED5AE is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB110213174-
CMYK0.4800.180.16
HSL157.28º55.08%63.33%-
HSV(B)157.28º48.36%83.53%-
XYZ37.8653.9648.46-
YUV177.76125.8879.67-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.13%
GREEN value IS 213 (83.59% from 255) = 42.86%
BLUE value IS 174 (68.36% from 255) = 35.01%
R=22.13%
G=42.86%
B=35.01%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1102131740.4800.180.16157.2855.0863.33
Hex6ED5AE30012109d373f
Octal15632525660022202356777
Binary110111011010101101011101100000100101000010011101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,213,174); }

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

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

 a { background-color: rgb(110,213,174); }

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

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

 span { border-color: rgb(110,213,174); }

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