#6EDBA8

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

Shades of Medium Aquamarine #6EDBA8

Tints of Medium Aquamarine #6EDBA8

Color information

#6EDBA8 (or 0x6EDBA8) is unknown color: approx Medium Aquamarine. HEX triplet: 6E, DB and A8. RGB value is (110,219,168). Sum of RGB (Red+Green+Blue) = 110+219+168=497 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.13% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 168 (66.02% from 255 or 33.80% from 497); Max value from RGB is 219 - color contains mainly: green. Hex color #6EDBA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EDBA8 is #912457. Grayscale: #B4B4B4. Windows color (decimal): -9512024 or 11066222. OLE color: 11066222.

HSL color Cylindrical-coordinate representation of color #6EDBA8: hue angle of 151.93º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDBA8 is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB110219168-
CMYK0.5000.230.14
HSL151.93º60.22%64.51%-
HSV(B)151.93º49.77%85.88%-
XYZ38.8356.8145.96-
YUV180.59120.8977.65-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.13%
GREEN value IS 219 (85.94% from 255) = 44.06%
BLUE value IS 168 (66.02% from 255) = 33.80%
R=22.13%
G=44.06%
B=33.80%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1102191680.5000.230.14151.9360.2264.51
Hex6EDBA832017E983c41
Octal156333250620271623074101
Binary110111011011011101010001100100101111110100110001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EDBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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