#60AFA6

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

Shades of Tradewind #60AFA6

Tints of Tradewind #60AFA6

Color information

#60AFA6 (or 0x60AFA6) is unknown color: approx Tradewind. HEX triplet: 60, AF and A6. RGB value is (96,175,166). Sum of RGB (Red+Green+Blue) = 96+175+166=437 (57% of max value = 765). Red value is 96 (37.89% from 255 or 21.97% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 166 (65.23% from 255 or 37.99% from 437); Max value from RGB is 175 - color contains mainly: green. Hex color #60AFA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60AFA6 is #9F5059. Grayscale: #969696. Windows color (decimal): -10440794 or 10923872. OLE color: 10923872.

HSL color Cylindrical-coordinate representation of color #60AFA6: hue angle of 173.16º 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 #60AFA6 is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB96175166-
CMYK0.4500.050.31
HSL173.16º33.05%53.14%-
HSV(B)173.16º45.14%68.63%-
XYZ27.0435.941.58-
YUV150.35136.8389.23-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.97%
GREEN value IS 175 (68.75% from 255) = 40.05%
BLUE value IS 166 (65.23% from 255) = 37.99%
R=21.97%
G=40.05%
B=37.99%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal961751660.4500.050.31173.1633.0553.14
Hex60AFA62D051Fad2135
Octal1402572465505372554165
Binary1100000101011111010011010110101011111110101101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60AFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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