#6EA89F

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

Shades of Tradewind #6EA89F

Tints of Tradewind #6EA89F

Color information

#6EA89F (or 0x6EA89F) is unknown color: approx Tradewind. HEX triplet: 6E, A8 and 9F. RGB value is (110,168,159). Sum of RGB (Red+Green+Blue) = 110+168+159=437 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.17% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 159 (62.5% from 255 or 36.38% from 437); Max value from RGB is 168 - color contains mainly: green. Hex color #6EA89F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EA89F is #915760. Grayscale: #959595. Windows color (decimal): -9525089 or 10463342. OLE color: 10463342.

HSL color Cylindrical-coordinate representation of color #6EA89F: hue angle of 170.69º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6EA89F is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB110168159-
CMYK0.3500.050.34
HSL170.69º25%54.51%-
HSV(B)170.69º34.52%65.88%-
XYZ26.6933.8237.92-
YUV149.63133.2899.73-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.17%
GREEN value IS 168 (66.02% from 255) = 38.44%
BLUE value IS 159 (62.5% from 255) = 36.38%
R=25.17%
G=38.44%
B=36.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1101681590.3500.050.34170.692554.51
Hex6EA89F230522ab1937
Octal1562502374305422533167
Binary1101110101010001001111110001101011000101010101111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA89F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,168,159); }

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

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

 a { background-color: rgb(110,168,159); }

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

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

 span { border-color: rgb(110,168,159); }

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