#60ACA8

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

Shades of Tradewind #60ACA8

Tints of Tradewind #60ACA8

Color information

#60ACA8 (or 0x60ACA8) is unknown color: approx Tradewind. HEX triplet: 60, AC and A8. RGB value is (96,172,168). Sum of RGB (Red+Green+Blue) = 96+172+168=436 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.02% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 168 (66.02% from 255 or 38.53% from 436); Max value from RGB is 172 - color contains mainly: green. Hex color #60ACA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60ACA8 is #9F5357. Grayscale: #949494. Windows color (decimal): -10441560 or 11054176. OLE color: 11054176.

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

Color convert

RGB96172168-
CMYK0.4400.020.33
HSL176.84º31.4%52.55%-
HSV(B)176.84º44.19%67.45%-
XYZ26.6434.8242.36-
YUV148.82138.8290.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.02%
GREEN value IS 172 (67.58% from 255) = 39.45%
BLUE value IS 168 (66.02% from 255) = 38.53%
R=22.02%
G=39.45%
B=38.53%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal961721680.4400.020.33176.8431.452.55
Hex60ACA82C0221b11f35
Octal1402542505402412613765
Binary110000010101100101010001011000101000011011000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60ACA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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