#6ECBAC

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

Shades of Medium Aquamarine #6ECBAC

Tints of Medium Aquamarine #6ECBAC

Color information

#6ECBAC (or 0x6ECBAC) is unknown color: approx Medium Aquamarine. HEX triplet: 6E, CB and AC. RGB value is (110,203,172). Sum of RGB (Red+Green+Blue) = 110+203+172=485 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.68% from 485); Green value is 203 (79.69% from 255 or 41.86% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 203 - color contains mainly: green. Hex color #6ECBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ECBAC is #913453. Grayscale: #ABABAB. Windows color (decimal): -9516116 or 11324270. OLE color: 11324270.

HSL color Cylindrical-coordinate representation of color #6ECBAC: hue angle of 160º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6ECBAC is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB110203172-
CMYK0.4600.150.20
HSL160º47.21%61.37%-
HSV(B)160º45.81%79.61%-
XYZ35.2349.0146.63-
YUV171.66128.1984.02-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.68%
GREEN value IS 203 (79.69% from 255) = 41.86%
BLUE value IS 172 (67.58% from 255) = 35.46%
R=22.68%
G=41.86%
B=35.46%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1102031720.4600.150.2016047.2161.37
Hex6ECBAC2E0F14a02f3d
Octal15631325456017242405775
Binary11011101100101110101100101110011111010010100000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ECBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,203,172); }

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

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

 a { background-color: rgb(110,203,172); }

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

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

 span { border-color: rgb(110,203,172); }

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