#68B4AD

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

Shades of Tradewind #68B4AD

Tints of Tradewind #68B4AD

Color information

#68B4AD (or 0x68B4AD) is unknown color: approx Tradewind. HEX triplet: 68, B4 and AD. RGB value is (104,180,173). Sum of RGB (Red+Green+Blue) = 104+180+173=457 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.76% from 457); Green value is 180 (70.70% from 255 or 39.39% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 180 - color contains mainly: green. Hex color #68B4AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68B4AD is #974B52. Grayscale: #9C9C9C. Windows color (decimal): -9915219 or 11383912. OLE color: 11383912.

HSL color Cylindrical-coordinate representation of color #68B4AD: hue angle of 174.47º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68B4AD is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB104180173-
CMYK0.4200.040.29
HSL174.47º33.63%55.69%-
HSV(B)174.47º42.22%70.59%-
XYZ29.5738.645.43-
YUV156.48137.3290.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.76%
GREEN value IS 180 (70.70% from 255) = 39.39%
BLUE value IS 173 (67.97% from 255) = 37.86%
R=22.76%
G=39.39%
B=37.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1041801730.4200.040.29174.4733.6355.69
Hex68B4AD2A041Dae2238
Octal1502642555204352564270
Binary1101000101101001010110110101001001110110101110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,180,173); }

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

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

 a { background-color: rgb(104,180,173); }

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

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

 span { border-color: rgb(104,180,173); }

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