#6FAEAA

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

Shades of Tradewind #6FAEAA

Tints of Tradewind #6FAEAA

Color information

#6FAEAA (or 0x6FAEAA) is unknown color: approx Tradewind. HEX triplet: 6F, AE and AA. RGB value is (111,174,170). Sum of RGB (Red+Green+Blue) = 111+174+170=455 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.40% from 455); Green value is 174 (68.36% from 255 or 38.24% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 174 - color contains mainly: green. Hex color #6FAEAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAEAA is #905155. Grayscale: #9A9A9A. Windows color (decimal): -9458006 or 11185775. OLE color: 11185775.

HSL color Cylindrical-coordinate representation of color #6FAEAA: hue angle of 176.19º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6FAEAA is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB111174170-
CMYK0.3600.020.32
HSL176.19º28%55.88%-
HSV(B)176.19º36.21%68.24%-
XYZ28.9536.5543.56-
YUV154.71136.6396.83-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.40%
GREEN value IS 174 (68.36% from 255) = 38.24%
BLUE value IS 170 (66.80% from 255) = 37.36%
R=24.40%
G=38.24%
B=37.36%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1111741700.3600.020.32176.192855.88
Hex6FAEAA240220b01c38
Octal1572562524402402603470
Binary110111110101110101010101001000101000001011000011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,174,170); }

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

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

 a { background-color: rgb(111,174,170); }

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

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

 span { border-color: rgb(111,174,170); }

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