#60AFA8

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

Shades of Tradewind #60AFA8

Tints of Tradewind #60AFA8

Color information

#60AFA8 (or 0x60AFA8) is unknown color: approx Tradewind. HEX triplet: 60, AF and A8. RGB value is (96,175,168). Sum of RGB (Red+Green+Blue) = 96+175+168=439 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.87% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 168 (66.02% from 255 or 38.27% from 439); Max value from RGB is 175 - color contains mainly: green. Hex color #60AFA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60AFA8 is #9F5057. Grayscale: #969696. Windows color (decimal): -10440792 or 11054944. OLE color: 11054944.

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

Color convert

RGB96175168-
CMYK0.4500.040.31
HSL174.68º33.05%53.14%-
HSV(B)174.68º45.14%68.63%-
XYZ27.2235.9742.55-
YUV150.58137.8389.07-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.87%
GREEN value IS 175 (68.75% from 255) = 39.86%
BLUE value IS 168 (66.02% from 255) = 38.27%
R=21.87%
G=39.86%
B=38.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal961751680.4500.040.31174.6833.0553.14
Hex60AFA82D041Faf2135
Octal1402572505504372574165
Binary1100000101011111010100010110101001111110101111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60AFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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