#69BAAC

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

Shades of Tradewind #69BAAC

Tints of Tradewind #69BAAC

Color information

#69BAAC (or 0x69BAAC) is unknown color: approx Tradewind. HEX triplet: 69, BA and AC. RGB value is (105,186,172). Sum of RGB (Red+Green+Blue) = 105+186+172=463 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.68% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 186 - color contains mainly: green. Hex color #69BAAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69BAAC is #964553. Grayscale: #A0A0A0. Windows color (decimal): -9848148 or 11319913. OLE color: 11319913.

HSL color Cylindrical-coordinate representation of color #69BAAC: hue angle of 169.63º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #69BAAC is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB105186172-
CMYK0.4400.080.27
HSL169.63º36.99%57.06%-
HSV(B)169.63º43.55%72.94%-
XYZ30.8341.145.34-
YUV160.18134.6688.64-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.68%
GREEN value IS 186 (73.05% from 255) = 40.17%
BLUE value IS 172 (67.58% from 255) = 37.15%
R=22.68%
G=40.17%
B=37.15%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1051861720.4400.080.27169.6336.9957.06
Hex69BAAC2C081Baa2539
Octal15127225454010332524571
Binary11010011011101010101100101100010001101110101010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69BAAC; }

 p { color: rgb(105,186,172); }

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

<style>
 a { background-color: #69BAAC; }

 a { background-color: rgb(105,186,172); }

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

<style>
 span { border-color: #69BAAC; }

 span { border-color: rgb(105,186,172); }

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