#68BAA9

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

Shades of Tradewind #68BAA9

Tints of Tradewind #68BAA9

Color information

#68BAA9 (or 0x68BAA9) is unknown color: approx Tradewind. HEX triplet: 68, BA and A9. RGB value is (104,186,169). Sum of RGB (Red+Green+Blue) = 104+186+169=459 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.66% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 169 (66.41% from 255 or 36.82% from 459); Max value from RGB is 186 - color contains mainly: green. Hex color #68BAA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BAA9 is #974556. Grayscale: #9F9F9F. Windows color (decimal): -9913687 or 11123304. OLE color: 11123304.

HSL color Cylindrical-coordinate representation of color #68BAA9: hue angle of 167.56º 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 #68BAA9 is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB104186169-
CMYK0.4400.090.27
HSL167.56º37.27%56.86%-
HSV(B)167.56º44.09%72.94%-
XYZ30.4340.9343.83-
YUV159.54133.3388.38-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.66%
GREEN value IS 186 (73.05% from 255) = 40.52%
BLUE value IS 169 (66.41% from 255) = 36.82%
R=22.66%
G=40.52%
B=36.82%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1041861690.4400.090.27167.5637.2756.86
Hex68BAA92C091Ba82539
Octal15027225154011332504571
Binary11010001011101010101001101100010011101110101000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68BAA9; }

 p { color: rgb(104,186,169); }

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

<style>
 a { background-color: #68BAA9; }

 a { background-color: rgb(104,186,169); }

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

<style>
 span { border-color: #68BAA9; }

 span { border-color: rgb(104,186,169); }

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