#6EABA2

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

Shades of Tradewind #6EABA2

Tints of Tradewind #6EABA2

Color information

#6EABA2 (or 0x6EABA2) is unknown color: approx Tradewind. HEX triplet: 6E, AB and A2. RGB value is (110,171,162). Sum of RGB (Red+Green+Blue) = 110+171+162=443 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.83% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 162 (63.67% from 255 or 36.57% from 443); Max value from RGB is 171 - color contains mainly: green. Hex color #6EABA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EABA2 is #91545D. Grayscale: #979797. Windows color (decimal): -9524318 or 10660718. OLE color: 10660718.

HSL color Cylindrical-coordinate representation of color #6EABA2: hue angle of 171.15º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6EABA2 is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB110171162-
CMYK0.3600.050.33
HSL171.15º26.64%55.1%-
HSV(B)171.15º35.67%67.06%-
XYZ27.5135.0539.5-
YUV151.73133.7998.23-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.83%
GREEN value IS 171 (67.19% from 255) = 38.60%
BLUE value IS 162 (63.67% from 255) = 36.57%
R=24.83%
G=38.60%
B=36.57%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1101711620.3600.050.33171.1526.6455.1
Hex6EABA2240521ab1b37
Octal1562532424405412533367
Binary1101110101010111010001010010001011000011010101111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EABA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,171,162); }

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

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

 a { background-color: rgb(110,171,162); }

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

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

 span { border-color: rgb(110,171,162); }

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