#6EBEA4

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

Shades of Medium Aquamarine #6EBEA4

Tints of Medium Aquamarine #6EBEA4

Color information

#6EBEA4 (or 0x6EBEA4) is unknown color: approx Medium Aquamarine. HEX triplet: 6E, BE and A4. RGB value is (110,190,164). Sum of RGB (Red+Green+Blue) = 110+190+164=464 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.71% from 464); Green value is 190 (74.61% from 255 or 40.95% from 464); Blue value is 164 (64.45% from 255 or 35.34% from 464); Max value from RGB is 190 - color contains mainly: green. Hex color #6EBEA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EBEA4 is #91415B. Grayscale: #A3A3A3. Windows color (decimal): -9519452 or 10796654. OLE color: 10796654.

HSL color Cylindrical-coordinate representation of color #6EBEA4: hue angle of 160.5º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6EBEA4 is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB110190164-
CMYK0.4200.140.25
HSL160.5º38.1%58.82%-
HSV(B)160.5º42.11%74.51%-
XYZ31.5442.8241.72-
YUV163.12128.590.11-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.71%
GREEN value IS 190 (74.61% from 255) = 40.95%
BLUE value IS 164 (64.45% from 255) = 35.34%
R=23.71%
G=40.95%
B=35.34%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1101901640.4200.140.25160.538.158.82
Hex6EBEA42A0E19a0263b
Octal15627624452016312404673
Binary11011101011111010100100101010011101100110100000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,190,164); }

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

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

 a { background-color: rgb(110,190,164); }

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

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

 span { border-color: rgb(110,190,164); }

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