#60AB9F

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

Shades of Tradewind #60AB9F

Tints of Tradewind #60AB9F

Color information

#60AB9F (or 0x60AB9F) is unknown color: approx Tradewind. HEX triplet: 60, AB and 9F. RGB value is (96,171,159). Sum of RGB (Red+Green+Blue) = 96+171+159=426 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.54% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 171 - color contains mainly: green. Hex color #60AB9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60AB9F is #9F5460. Grayscale: #939393. Windows color (decimal): -10441825 or 10464096. OLE color: 10464096.

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

Color convert

RGB96171159-
CMYK0.4400.070.33
HSL170.4º30.86%52.35%-
HSV(B)170.4º43.86%67.06%-
XYZ25.6434.1238.03-
YUV147.21134.6591.48-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.54%
GREEN value IS 171 (67.19% from 255) = 40.14%
BLUE value IS 159 (62.5% from 255) = 37.32%
R=22.54%
G=40.14%
B=37.32%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal961711590.4400.070.33170.430.8652.35
Hex60AB9F2C0721aa1f34
Octal1402532375407412523764
Binary1100000101010111001111110110001111000011010101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60AB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,171,159); }

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

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

 a { background-color: rgb(96,171,159); }

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

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

 span { border-color: rgb(96,171,159); }

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