#60ACA7

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

Shades of Tradewind #60ACA7

Tints of Tradewind #60ACA7

Color information

#60ACA7 (or 0x60ACA7) is unknown color: approx Tradewind. HEX triplet: 60, AC and A7. RGB value is (96,172,167). Sum of RGB (Red+Green+Blue) = 96+172+167=435 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.07% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 167 (65.62% from 255 or 38.39% from 435); Max value from RGB is 172 - color contains mainly: green. Hex color #60ACA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60ACA7 is #9F5358. Grayscale: #949494. Windows color (decimal): -10441561 or 10988640. OLE color: 10988640.

HSL color Cylindrical-coordinate representation of color #60ACA7: hue angle of 176.05º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #60ACA7 is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB96172167-
CMYK0.4400.030.33
HSL176.05º31.4%52.55%-
HSV(B)176.05º44.19%67.45%-
XYZ26.5534.7841.87-
YUV148.71138.3290.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.07%
GREEN value IS 172 (67.58% from 255) = 39.54%
BLUE value IS 167 (65.62% from 255) = 38.39%
R=22.07%
G=39.54%
B=38.39%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal961721670.4400.030.33176.0531.452.55
Hex60ACA72C0321b01f35
Octal1402542475403412603765
Binary110000010101100101001111011000111000011011000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60ACA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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