#5FB1AB

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

Shades of Tradewind #5FB1AB

Tints of Tradewind #5FB1AB

Color information

#5FB1AB (or 0x5FB1AB) is unknown color: approx Tradewind. HEX triplet: 5F, B1 and AB. RGB value is (95,177,171). Sum of RGB (Red+Green+Blue) = 95+177+171=443 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.44% from 443); Green value is 177 (69.53% from 255 or 39.95% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 177 - color contains mainly: green. Hex color #5FB1AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FB1AB is #A04E54. Grayscale: #979797. Windows color (decimal): -10505813 or 11252063. OLE color: 11252063.

HSL color Cylindrical-coordinate representation of color #5FB1AB: hue angle of 175.61º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5FB1AB is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB95177171-
CMYK0.4600.030.31
HSL175.61º34.45%53.33%-
HSV(B)175.61º46.33%69.41%-
XYZ27.7936.8244.17-
YUV151.8138.8387.49-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.44%
GREEN value IS 177 (69.53% from 255) = 39.95%
BLUE value IS 171 (67.19% from 255) = 38.60%
R=21.44%
G=39.95%
B=38.60%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal951771710.4600.030.31175.6134.4553.33
Hex5FB1AB2E031Fb02235
Octal1372612535603372604265
Binary101111110110001101010111011100111111110110000100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,177,171); }

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

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

 a { background-color: rgb(95,177,171); }

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

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

 span { border-color: rgb(95,177,171); }

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