#6ED6A8

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

Shades of Medium Aquamarine #6ED6A8

Tints of Medium Aquamarine #6ED6A8

Color information

#6ED6A8 (or 0x6ED6A8) is unknown color: approx Medium Aquamarine. HEX triplet: 6E, D6 and A8. RGB value is (110,214,168). Sum of RGB (Red+Green+Blue) = 110+214+168=492 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.36% from 492); Green value is 214 (83.98% from 255 or 43.50% from 492); Blue value is 168 (66.02% from 255 or 34.15% from 492); Max value from RGB is 214 - color contains mainly: green. Hex color #6ED6A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ED6A8 is #912957. Grayscale: #B1B1B1. Windows color (decimal): -9513304 or 11064942. OLE color: 11064942.

HSL color Cylindrical-coordinate representation of color #6ED6A8: hue angle of 153.46º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ED6A8 is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB110214168-
CMYK0.4900.210.16
HSL153.46º55.91%63.53%-
HSV(B)153.46º48.6%83.92%-
XYZ37.5454.2445.54-
YUV177.66122.5479.74-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.36%
GREEN value IS 214 (83.98% from 255) = 43.50%
BLUE value IS 168 (66.02% from 255) = 34.15%
R=22.36%
G=43.50%
B=34.15%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1102141680.4900.210.16153.4655.9163.53
Hex6ED6A83101510993840
Octal156326250610252023170100
Binary1101110110101101010100011000101010110000100110011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED6A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,214,168); }

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

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

 a { background-color: rgb(110,214,168); }

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

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

 span { border-color: rgb(110,214,168); }

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