#6FADAB

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

Shades of Tradewind #6FADAB

Tints of Tradewind #6FADAB

Color information

#6FADAB (or 0x6FADAB) is unknown color: approx Tradewind. HEX triplet: 6F, AD and AB. RGB value is (111,173,171). Sum of RGB (Red+Green+Blue) = 111+173+171=455 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.40% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 173 - color contains mainly: green. Hex color #6FADAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FADAB is #905254. Grayscale: #9A9A9A. Windows color (decimal): -9458261 or 11251055. OLE color: 11251055.

HSL color Cylindrical-coordinate representation of color #6FADAB: hue angle of 178.06º degrees, saturation: 0.27, 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 #6FADAB is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB111173171-
CMYK0.3600.010.32
HSL178.06º27.43%55.69%-
HSV(B)178.06º35.84%67.84%-
XYZ28.8536.2144-
YUV154.23137.4697.16-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.40%
GREEN value IS 173 (67.97% from 255) = 38.02%
BLUE value IS 171 (67.19% from 255) = 37.58%
R=24.40%
G=38.02%
B=37.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1111731710.3600.010.32178.0627.4355.69
Hex6FADAB240120b21b38
Octal1572552534401402623370
Binary11011111010110110101011100100011000001011001011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FADAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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