#60B4AD

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

Shades of Tradewind #60B4AD

Tints of Tradewind #60B4AD

Color information

#60B4AD (or 0x60B4AD) is unknown color: approx Tradewind. HEX triplet: 60, B4 and AD. RGB value is (96,180,173). Sum of RGB (Red+Green+Blue) = 96+180+173=449 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.38% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 180 - color contains mainly: green. Hex color #60B4AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B4AD is #9F4B52. Grayscale: #9A9A9A. Windows color (decimal): -10439507 or 11383904. OLE color: 11383904.

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

Color convert

RGB96180173-
CMYK0.4700.040.29
HSL175º35.9%54.12%-
HSV(B)175º46.67%70.59%-
XYZ28.6938.1545.39-
YUV154.09138.6786.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.38%
GREEN value IS 180 (70.70% from 255) = 40.09%
BLUE value IS 173 (67.97% from 255) = 38.53%
R=21.38%
G=40.09%
B=38.53%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal961801730.4700.040.2917535.954.12
Hex60B4AD2F041Daf2436
Octal1402642555704352574466
Binary1100000101101001010110110111101001110110101111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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