#60ACA1

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

Shades of Tradewind #60ACA1

Tints of Tradewind #60ACA1

Color information

#60ACA1 (or 0x60ACA1) is unknown color: approx Tradewind. HEX triplet: 60, AC and A1. RGB value is (96,172,161). Sum of RGB (Red+Green+Blue) = 96+172+161=429 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.38% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 161 (63.28% from 255 or 37.53% from 429); Max value from RGB is 172 - color contains mainly: green. Hex color #60ACA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60ACA1 is #9F535E. Grayscale: #939393. Windows color (decimal): -10441567 or 10595424. OLE color: 10595424.

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

Color convert

RGB96172161-
CMYK0.4400.060.33
HSL171.32º31.4%52.55%-
HSV(B)171.32º44.19%67.45%-
XYZ26.0134.5739.02-
YUV148.02135.3290.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.38%
GREEN value IS 172 (67.58% from 255) = 40.09%
BLUE value IS 161 (63.28% from 255) = 37.53%
R=22.38%
G=40.09%
B=37.53%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal961721610.4400.060.33171.3231.452.55
Hex60ACA12C0621ab1f35
Octal1402542415406412533765
Binary1100000101011001010000110110001101000011010101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60ACA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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