#60AFA4

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

Shades of Tradewind #60AFA4

Tints of Tradewind #60AFA4

Color information

#60AFA4 (or 0x60AFA4) is unknown color: approx Tradewind. HEX triplet: 60, AF and A4. RGB value is (96,175,164). Sum of RGB (Red+Green+Blue) = 96+175+164=435 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.07% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 164 (64.45% from 255 or 37.70% from 435); Max value from RGB is 175 - color contains mainly: green. Hex color #60AFA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60AFA4 is #9F505B. Grayscale: #969696. Windows color (decimal): -10440796 or 10792800. OLE color: 10792800.

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

Color convert

RGB96175164-
CMYK0.4500.060.31
HSL171.65º33.05%53.14%-
HSV(B)171.65º45.14%68.63%-
XYZ26.8535.8340.62-
YUV150.12135.8389.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.07%
GREEN value IS 175 (68.75% from 255) = 40.23%
BLUE value IS 164 (64.45% from 255) = 37.70%
R=22.07%
G=40.23%
B=37.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal961751640.4500.060.31171.6533.0553.14
Hex60AFA42D061Fac2135
Octal1402572445506372544165
Binary1100000101011111010010010110101101111110101100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60AFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,175,164); }

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

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

 a { background-color: rgb(96,175,164); }

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

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

 span { border-color: rgb(96,175,164); }

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