#60B5AD

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

Shades of Tradewind #60B5AD

Tints of Tradewind #60B5AD

Color information

#60B5AD (or 0x60B5AD) is unknown color: approx Tradewind. HEX triplet: 60, B5 and AD. RGB value is (96,181,173). Sum of RGB (Red+Green+Blue) = 96+181+173=450 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.33% from 450); Green value is 181 (71.09% from 255 or 40.22% from 450); Blue value is 173 (67.97% from 255 or 38.44% from 450); Max value from RGB is 181 - color contains mainly: green. Hex color #60B5AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B5AD is #9F4A52. Grayscale: #9A9A9A. Windows color (decimal): -10439251 or 11384160. OLE color: 11384160.

HSL color Cylindrical-coordinate representation of color #60B5AD: hue angle of 174.35º 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 #60B5AD is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB96181173-
CMYK0.4700.040.29
HSL174.35º36.48%54.31%-
HSV(B)174.35º46.96%70.98%-
XYZ28.8938.5545.45-
YUV154.67138.3486.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.33%
GREEN value IS 181 (71.09% from 255) = 40.22%
BLUE value IS 173 (67.97% from 255) = 38.44%
R=21.33%
G=40.22%
B=38.44%

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
Decimal961811730.4700.040.29174.3536.4854.31
Hex60B5AD2F041Dae2436
Octal1402652555704352564466
Binary1100000101101011010110110111101001110110101110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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