#6ED0AB

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

Shades of Medium Aquamarine #6ED0AB

Tints of Medium Aquamarine #6ED0AB

Color information

#6ED0AB (or 0x6ED0AB) is unknown color: approx Medium Aquamarine. HEX triplet: 6E, D0 and AB. RGB value is (110,208,171). Sum of RGB (Red+Green+Blue) = 110+208+171=489 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.49% from 489); Green value is 208 (81.64% from 255 or 42.54% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 208 - color contains mainly: green. Hex color #6ED0AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ED0AB is #912F54. Grayscale: #AEAEAE. Windows color (decimal): -9514837 or 11260014. OLE color: 11260014.

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

Color convert

RGB110208171-
CMYK0.4700.180.18
HSL157.35º51.04%62.35%-
HSV(B)157.35º47.12%81.57%-
XYZ36.3451.3746.53-
YUV174.48126.0382.01-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.49%
GREEN value IS 208 (81.64% from 255) = 42.54%
BLUE value IS 171 (67.19% from 255) = 34.97%
R=22.49%
G=42.54%
B=34.97%

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
Decimal1102081710.4700.180.18157.3551.0462.35
Hex6ED0AB2F012129d333e
Octal15632025357022222356376
Binary110111011010000101010111011110100101001010011101110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,208,171); }

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

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

 a { background-color: rgb(110,208,171); }

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

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

 span { border-color: rgb(110,208,171); }

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