#5FACA0

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

Shades of Tradewind #5FACA0

Tints of Tradewind #5FACA0

Color information

#5FACA0 (or 0x5FACA0) is unknown color: approx Tradewind. HEX triplet: 5F, AC and A0. RGB value is (95,172,160). Sum of RGB (Red+Green+Blue) = 95+172+160=427 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.25% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 160 (62.89% from 255 or 37.47% from 427); Max value from RGB is 172 - color contains mainly: green. Hex color #5FACA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FACA0 is #A0535F. Grayscale: #939393. Windows color (decimal): -10507104 or 10529887. OLE color: 10529887.

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

Color convert

RGB95172160-
CMYK0.4500.070.33
HSL170.65º31.69%52.35%-
HSV(B)170.65º44.77%67.45%-
XYZ25.8234.4838.55-
YUV147.61134.9990.48-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.25%
GREEN value IS 172 (67.58% from 255) = 40.28%
BLUE value IS 160 (62.89% from 255) = 37.47%
R=22.25%
G=40.28%
B=37.47%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal951721600.4500.070.33170.6531.6952.35
Hex5FACA02D0721ab2034
Octal1372542405507412534064
Binary10111111010110010100000101101011110000110101011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FACA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FACA0; }

 p { color: rgb(95,172,160); }

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

<style>
 a { background-color: #5FACA0; }

 a { background-color: rgb(95,172,160); }

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

<style>
 span { border-color: #5FACA0; }

 span { border-color: rgb(95,172,160); }

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