#6FADAC

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

Shades of Tradewind #6FADAC

Tints of Tradewind #6FADAC

Color information

#6FADAC (or 0x6FADAC) is unknown color: approx Tradewind. HEX triplet: 6F, AD and AC. RGB value is (111,173,172). Sum of RGB (Red+Green+Blue) = 111+173+172=456 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.34% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 173 - color contains mainly: green. Hex color #6FADAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FADAC is #905253. Grayscale: #9A9A9A. Windows color (decimal): -9458260 or 11316591. OLE color: 11316591.

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

Color convert

RGB111173172-
CMYK0.3600.010.32
HSL179.03º27.43%55.69%-
HSV(B)179.03º35.84%67.84%-
XYZ28.9536.2544.5-
YUV154.35137.9697.08-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.34%
GREEN value IS 173 (67.97% from 255) = 37.94%
BLUE value IS 172 (67.58% from 255) = 37.72%
R=24.34%
G=37.94%
B=37.72%

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
Decimal1111731720.3600.010.32179.0327.4355.69
Hex6FADAC240120b31b38
Octal1572552544401402633370
Binary11011111010110110101100100100011000001011001111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FADAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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