#5FB3AB

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

Shades of Tradewind #5FB3AB

Tints of Tradewind #5FB3AB

Color information

#5FB3AB (or 0x5FB3AB) is unknown color: approx Tradewind. HEX triplet: 5F, B3 and AB. RGB value is (95,179,171). Sum of RGB (Red+Green+Blue) = 95+179+171=445 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.35% from 445); Green value is 179 (70.31% from 255 or 40.22% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 179 - color contains mainly: green. Hex color #5FB3AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FB3AB is #A04C54. Grayscale: #989898. Windows color (decimal): -10505301 or 11252575. OLE color: 11252575.

HSL color Cylindrical-coordinate representation of color #5FB3AB: hue angle of 174.29º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5FB3AB is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB95179171-
CMYK0.4700.040.30
HSL174.29º35.59%53.73%-
HSV(B)174.29º46.93%70.2%-
XYZ28.1937.6144.3-
YUV152.97138.1786.65-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.35%
GREEN value IS 179 (70.31% from 255) = 40.22%
BLUE value IS 171 (67.19% from 255) = 38.43%
R=21.35%
G=40.22%
B=38.43%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal951791710.4700.040.30174.2935.5953.73
Hex5FB3AB2F041Eae2436
Octal1372632535704362564466
Binary1011111101100111010101110111101001111010101110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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