#68BDAF

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

Shades of Tradewind #68BDAF

Tints of Tradewind #68BDAF

Color information

#68BDAF (or 0x68BDAF) is unknown color: approx Tradewind. HEX triplet: 68, BD and AF. RGB value is (104,189,175). Sum of RGB (Red+Green+Blue) = 104+189+175=468 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.22% from 468); Green value is 189 (74.22% from 255 or 40.38% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 189 - color contains mainly: green. Hex color #68BDAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BDAF is #974250. Grayscale: #A1A1A1. Windows color (decimal): -9912913 or 11517288. OLE color: 11517288.

HSL color Cylindrical-coordinate representation of color #68BDAF: hue angle of 170.12º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68BDAF is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB104189175-
CMYK0.4500.070.26
HSL170.12º39.17%57.45%-
HSV(B)170.12º44.97%74.12%-
XYZ31.6442.4347.08-
YUV161.99135.3486.64-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.22%
GREEN value IS 189 (74.22% from 255) = 40.38%
BLUE value IS 175 (68.75% from 255) = 37.39%
R=22.22%
G=40.38%
B=37.39%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1041891750.4500.070.26170.1239.1757.45
Hex68BDAF2D071Aaa2739
Octal1502752575507322524771
Binary1101000101111011010111110110101111101010101010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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