#6FABA5

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

Shades of Tradewind #6FABA5

Tints of Tradewind #6FABA5

Color information

#6FABA5 (or 0x6FABA5) is unknown color: approx Tradewind. HEX triplet: 6F, AB and A5. RGB value is (111,171,165). Sum of RGB (Red+Green+Blue) = 111+171+165=447 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.83% from 447); Green value is 171 (67.19% from 255 or 38.26% from 447); Blue value is 165 (64.84% from 255 or 36.91% from 447); Max value from RGB is 171 - color contains mainly: green. Hex color #6FABA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FABA5 is #90545A. Grayscale: #989898. Windows color (decimal): -9458779 or 10857327. OLE color: 10857327.

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

Color convert

RGB111171165-
CMYK0.3500.040.33
HSL174º26.32%55.29%-
HSV(B)174º35.09%67.06%-
XYZ27.9135.2240.92-
YUV152.38135.1298.49-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.83%
GREEN value IS 171 (67.19% from 255) = 38.26%
BLUE value IS 165 (64.84% from 255) = 36.91%
R=24.83%
G=38.26%
B=36.91%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1111711650.3500.040.3317426.3255.29
Hex6FABA5230421ae1a37
Octal1572532454304412563267
Binary1101111101010111010010110001101001000011010111011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FABA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,171,165); }

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

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

 a { background-color: rgb(111,171,165); }

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

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

 span { border-color: rgb(111,171,165); }

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