#6EA59A

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

Shades of Tradewind #6EA59A

Tints of Tradewind #6EA59A

Color information

#6EA59A (or 0x6EA59A) is unknown color: approx Tradewind. HEX triplet: 6E, A5 and 9A. RGB value is (110,165,154). Sum of RGB (Red+Green+Blue) = 110+165+154=429 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.64% from 429); Green value is 165 (64.84% from 255 or 38.46% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 165 - color contains mainly: green. Hex color #6EA59A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EA59A is #915A65. Grayscale: #939393. Windows color (decimal): -9525862 or 10134894. OLE color: 10134894.

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

Color convert

RGB110165154-
CMYK0.3300.070.35
HSL168º23.4%53.92%-
HSV(B)168º33.33%64.71%-
XYZ25.7232.5635.5-
YUV147.3131.78101.39-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.64%
GREEN value IS 165 (64.84% from 255) = 38.46%
BLUE value IS 154 (60.55% from 255) = 35.90%
R=25.64%
G=38.46%
B=35.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1101651540.3300.070.3516823.453.92
Hex6EA59A210723a81736
Octal1562452324107432502766
Binary1101110101001011001101010000101111000111010100010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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