#68B4A5

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

Shades of Tradewind #68B4A5

Tints of Tradewind #68B4A5

Color information

#68B4A5 (or 0x68B4A5) is unknown color: approx Tradewind. HEX triplet: 68, B4 and A5. RGB value is (104,180,165). Sum of RGB (Red+Green+Blue) = 104+180+165=449 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.16% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 165 (64.84% from 255 or 36.75% from 449); Max value from RGB is 180 - color contains mainly: green. Hex color #68B4A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68B4A5 is #974B5A. Grayscale: #9B9B9B. Windows color (decimal): -9915227 or 10859624. OLE color: 10859624.

HSL color Cylindrical-coordinate representation of color #68B4A5: hue angle of 168.16º 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 #68B4A5 is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB104180165-
CMYK0.4200.080.29
HSL168.16º33.63%55.69%-
HSV(B)168.16º42.22%70.59%-
XYZ28.8238.341.47-
YUV155.57133.3291.22-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.16%
GREEN value IS 180 (70.70% from 255) = 40.09%
BLUE value IS 165 (64.84% from 255) = 36.75%
R=23.16%
G=40.09%
B=36.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1041801650.4200.080.29168.1633.6355.69
Hex68B4A52A081Da82238
Octal15026424552010352504270
Binary11010001011010010100101101010010001110110101000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B4A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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