#60B0A7

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

Shades of Tradewind #60B0A7

Tints of Tradewind #60B0A7

Color information

#60B0A7 (or 0x60B0A7) is unknown color: approx Tradewind. HEX triplet: 60, B0 and A7. RGB value is (96,176,167). Sum of RGB (Red+Green+Blue) = 96+176+167=439 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.87% from 439); Green value is 176 (69.14% from 255 or 40.09% from 439); Blue value is 167 (65.62% from 255 or 38.04% from 439); Max value from RGB is 176 - color contains mainly: green. Hex color #60B0A7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60B0A7 is #9F4F58. Grayscale: #979797. Windows color (decimal): -10440537 or 10989664. OLE color: 10989664.

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

Color convert

RGB96176167-
CMYK0.4500.050.31
HSL173.25º33.61%53.33%-
HSV(B)173.25º45.45%69.02%-
XYZ27.3236.3342.13-
YUV151.0513788.73-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.87%
GREEN value IS 176 (69.14% from 255) = 40.09%
BLUE value IS 167 (65.62% from 255) = 38.04%
R=21.87%
G=40.09%
B=38.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal961761670.4500.050.31173.2533.6153.33
Hex60B0A72D051Fad2235
Octal1402602475505372554265
Binary1100000101100001010011110110101011111110101101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B0A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,176,167); }

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

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

 a { background-color: rgb(96,176,167); }

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

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

 span { border-color: rgb(96,176,167); }

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