#60B1AA

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

Shades of Tradewind #60B1AA

Tints of Tradewind #60B1AA

Color information

#60B1AA (or 0x60B1AA) is unknown color: approx Tradewind. HEX triplet: 60, B1 and AA. RGB value is (96,177,170). Sum of RGB (Red+Green+Blue) = 96+177+170=443 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.67% from 443); Green value is 177 (69.53% from 255 or 39.95% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 177 - color contains mainly: green. Hex color #60B1AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60B1AA is #9F4E55. Grayscale: #979797. Windows color (decimal): -10440278 or 11186528. OLE color: 11186528.

HSL color Cylindrical-coordinate representation of color #60B1AA: hue angle of 174.81º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #60B1AA is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB96177170-
CMYK0.4600.040.31
HSL174.81º34.18%53.53%-
HSV(B)174.81º45.76%69.41%-
XYZ27.836.8343.67-
YUV151.98138.1688.07-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.67%
GREEN value IS 177 (69.53% from 255) = 39.95%
BLUE value IS 170 (66.80% from 255) = 38.37%
R=21.67%
G=39.95%
B=38.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal961771700.4600.040.31174.8134.1853.53
Hex60B1AA2E041Faf2236
Octal1402612525604372574266
Binary1100000101100011010101010111001001111110101111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,177,170); }

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

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

 a { background-color: rgb(96,177,170); }

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

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

 span { border-color: rgb(96,177,170); }

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