#68BAAF

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

Shades of Tradewind #68BAAF

Tints of Tradewind #68BAAF

Color information

#68BAAF (or 0x68BAAF) is unknown color: approx Tradewind. HEX triplet: 68, BA and AF. RGB value is (104,186,175). Sum of RGB (Red+Green+Blue) = 104+186+175=465 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.37% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 186 - color contains mainly: green. Hex color #68BAAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BAAF is #974550. Grayscale: #A0A0A0. Windows color (decimal): -9913681 or 11516520. OLE color: 11516520.

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

Color convert

RGB104186175-
CMYK0.4400.060.27
HSL171.95º37.27%56.86%-
HSV(B)171.95º44.09%72.94%-
XYZ31.0141.1646.87-
YUV160.23136.3387.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.37%
GREEN value IS 186 (73.05% from 255) = 40%
BLUE value IS 175 (68.75% from 255) = 37.63%
R=22.37%
G=40%
B=37.63%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1041861750.4400.060.27171.9537.2756.86
Hex68BAAF2C061Bac2539
Octal1502722575406332544571
Binary1101000101110101010111110110001101101110101100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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