#6ED5A6

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

Shades of Medium Aquamarine #6ED5A6

Tints of Medium Aquamarine #6ED5A6

Color information

#6ED5A6 (or 0x6ED5A6) is unknown color: approx Medium Aquamarine. HEX triplet: 6E, D5 and A6. RGB value is (110,213,166). Sum of RGB (Red+Green+Blue) = 110+213+166=489 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.49% from 489); Green value is 213 (83.59% from 255 or 43.56% from 489); Blue value is 166 (65.23% from 255 or 33.95% from 489); Max value from RGB is 213 - color contains mainly: green. Hex color #6ED5A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ED5A6 is #912A59. Grayscale: #B0B0B0. Windows color (decimal): -9513562 or 10933614. OLE color: 10933614.

HSL color Cylindrical-coordinate representation of color #6ED5A6: hue angle of 152.62º 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 #6ED5A6 is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB110213166-
CMYK0.4800.220.16
HSL152.62º55.08%63.33%-
HSV(B)152.62º48.36%83.53%-
XYZ37.1153.6644.48-
YUV176.84121.8880.32-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.49%
GREEN value IS 213 (83.59% from 255) = 43.56%
BLUE value IS 166 (65.23% from 255) = 33.95%
R=22.49%
G=43.56%
B=33.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1102131660.4800.220.16152.6255.0863.33
Hex6ED5A6300161099373f
Octal15632524660026202316777
Binary110111011010101101001101100000101101000010011001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED5A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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