#68BAB0

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

Shades of Tradewind #68BAB0

Tints of Tradewind #68BAB0

Color information

#68BAB0 (or 0x68BAB0) is unknown color: approx Tradewind. HEX triplet: 68, BA and B0. RGB value is (104,186,176). Sum of RGB (Red+Green+Blue) = 104+186+176=466 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.32% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 176 (69.14% from 255 or 37.77% from 466); Max value from RGB is 186 - color contains mainly: green. Hex color #68BAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BAB0 is #97454F. Grayscale: #A0A0A0. Windows color (decimal): -9913680 or 11582056. OLE color: 11582056.

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

Color convert

RGB104186176-
CMYK0.4400.050.27
HSL172.68º37.27%56.86%-
HSV(B)172.68º44.09%72.94%-
XYZ31.141.247.39-
YUV160.34136.8387.81-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.32%
GREEN value IS 186 (73.05% from 255) = 39.91%
BLUE value IS 176 (69.14% from 255) = 37.77%
R=22.32%
G=39.91%
B=37.77%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1041861760.4400.050.27172.6837.2756.86
Hex68BAB02C051Bad2539
Octal1502722605405332554571
Binary1101000101110101011000010110001011101110101101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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