#6AA39E

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

Shades of Tradewind #6AA39E

Tints of Tradewind #6AA39E

Color information

#6AA39E (or 0x6AA39E) is unknown color: approx Tradewind. HEX triplet: 6A, A3 and 9E. RGB value is (106,163,158). Sum of RGB (Red+Green+Blue) = 106+163+158=427 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.82% from 427); Green value is 163 (64.06% from 255 or 38.17% from 427); Blue value is 158 (62.11% from 255 or 37.00% from 427); Max value from RGB is 163 - color contains mainly: green. Hex color #6AA39E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AA39E is #955C61. Grayscale: #919191. Windows color (decimal): -9788514 or 10396522. OLE color: 10396522.

HSL color Cylindrical-coordinate representation of color #6AA39E: hue angle of 174.74º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6AA39E is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB106163158-
CMYK0.3500.030.36
HSL174.74º23.65%52.75%-
HSV(B)174.74º34.97%63.92%-
XYZ25.2131.7337.14-
YUV145.39135.1299.91-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.82%
GREEN value IS 163 (64.06% from 255) = 38.17%
BLUE value IS 158 (62.11% from 255) = 37.00%
R=24.82%
G=38.17%
B=37.00%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1061631580.3500.030.36174.7423.6552.75
Hex6AA39E230324af1835
Octal1522432364303442573065
Binary110101010100011100111101000110111001001010111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,163,158); }

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

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

 a { background-color: rgb(106,163,158); }

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

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

 span { border-color: rgb(106,163,158); }

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