#6DAEAC

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

Shades of Tradewind #6DAEAC

Tints of Tradewind #6DAEAC

Color information

#6DAEAC (or 0x6DAEAC) is unknown color: approx Tradewind. HEX triplet: 6D, AE and AC. RGB value is (109,174,172). Sum of RGB (Red+Green+Blue) = 109+174+172=455 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.96% from 455); Green value is 174 (68.36% from 255 or 38.24% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 174 - color contains mainly: green. Hex color #6DAEAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAEAC is #925153. Grayscale: #9A9A9A. Windows color (decimal): -9589076 or 11316845. OLE color: 11316845.

HSL color Cylindrical-coordinate representation of color #6DAEAC: hue angle of 178.15º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6DAEAC is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB109174172-
CMYK0.3700.010.32
HSL178.15º28.63%55.49%-
HSV(B)178.15º37.36%68.24%-
XYZ28.8936.544.55-
YUV154.34137.9795.66-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.96%
GREEN value IS 174 (68.36% from 255) = 38.24%
BLUE value IS 172 (67.58% from 255) = 37.80%
R=23.96%
G=38.24%
B=37.80%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1091741720.3700.010.32178.1528.6355.49
Hex6DAEAC250120b21d37
Octal1552562544501402623567
Binary11011011010111010101100100101011000001011001011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,174,172); }

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

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

 a { background-color: rgb(109,174,172); }

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

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

 span { border-color: rgb(109,174,172); }

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