#6EA49A

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

Shades of Tradewind #6EA49A

Tints of Tradewind #6EA49A

Color information

#6EA49A (or 0x6EA49A) is unknown color: approx Tradewind. HEX triplet: 6E, A4 and 9A. RGB value is (110,164,154). Sum of RGB (Red+Green+Blue) = 110+164+154=428 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.70% from 428); Green value is 164 (64.45% from 255 or 38.32% from 428); Blue value is 154 (60.55% from 255 or 35.98% from 428); Max value from RGB is 164 - color contains mainly: green. Hex color #6EA49A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EA49A is #915B65. Grayscale: #929292. Windows color (decimal): -9526118 or 10134638. OLE color: 10134638.

HSL color Cylindrical-coordinate representation of color #6EA49A: hue angle of 168.89º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6EA49A is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB110164154-
CMYK0.3300.060.36
HSL168.89º22.88%53.73%-
HSV(B)168.89º32.93%64.31%-
XYZ25.5432.235.44-
YUV146.71132.11101.81-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.70%
GREEN value IS 164 (64.45% from 255) = 38.32%
BLUE value IS 154 (60.55% from 255) = 35.98%
R=25.70%
G=38.32%
B=35.98%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1101641540.3300.060.36168.8922.8853.73
Hex6EA49A210624a91736
Octal1562442324106442512766
Binary1101110101001001001101010000101101001001010100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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