#68BAAA

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

Shades of Tradewind #68BAAA

Tints of Tradewind #68BAAA

Color information

#68BAAA (or 0x68BAAA) is unknown color: approx Tradewind. HEX triplet: 68, BA and AA. RGB value is (104,186,170). Sum of RGB (Red+Green+Blue) = 104+186+170=460 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.61% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 186 - color contains mainly: green. Hex color #68BAAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BAAA is #974555. Grayscale: #9F9F9F. Windows color (decimal): -9913686 or 11188840. OLE color: 11188840.

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

Color convert

RGB104186170-
CMYK0.4400.090.27
HSL168.29º37.27%56.86%-
HSV(B)168.29º44.09%72.94%-
XYZ30.5240.9644.33-
YUV159.66133.8388.3-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.61%
GREEN value IS 186 (73.05% from 255) = 40.43%
BLUE value IS 170 (66.80% from 255) = 36.96%
R=22.61%
G=40.43%
B=36.96%

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
Decimal1041861700.4400.090.27168.2937.2756.86
Hex68BAAA2C091Ba82539
Octal15027225254011332504571
Binary11010001011101010101010101100010011101110101000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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