#60ACA5

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

Shades of Tradewind #60ACA5

Tints of Tradewind #60ACA5

Color information

#60ACA5 (or 0x60ACA5) is unknown color: approx Tradewind. HEX triplet: 60, AC and A5. RGB value is (96,172,165). Sum of RGB (Red+Green+Blue) = 96+172+165=433 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.17% from 433); Green value is 172 (67.58% from 255 or 39.72% from 433); Blue value is 165 (64.84% from 255 or 38.11% from 433); Max value from RGB is 172 - color contains mainly: green. Hex color #60ACA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60ACA5 is #9F535A. Grayscale: #949494. Windows color (decimal): -10441563 or 10857568. OLE color: 10857568.

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

Color convert

RGB96172165-
CMYK0.4400.040.33
HSL174.47º31.4%52.55%-
HSV(B)174.47º44.19%67.45%-
XYZ26.3734.7140.91-
YUV148.48137.3290.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.17%
GREEN value IS 172 (67.58% from 255) = 39.72%
BLUE value IS 165 (64.84% from 255) = 38.11%
R=22.17%
G=39.72%
B=38.11%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal961721650.4400.040.33174.4731.452.55
Hex60ACA52C0421ae1f35
Octal1402542455404412563765
Binary1100000101011001010010110110001001000011010111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60ACA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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