#5FAEA4

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

Shades of Tradewind #5FAEA4

Tints of Tradewind #5FAEA4

Color information

#5FAEA4 (or 0x5FAEA4) is unknown color: approx Tradewind. HEX triplet: 5F, AE and A4. RGB value is (95,174,164). Sum of RGB (Red+Green+Blue) = 95+174+164=433 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.94% from 433); Green value is 174 (68.36% from 255 or 40.18% from 433); Blue value is 164 (64.45% from 255 or 37.88% from 433); Max value from RGB is 174 - color contains mainly: green. Hex color #5FAEA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAEA4 is #A0515B. Grayscale: #959595. Windows color (decimal): -10506588 or 10792543. OLE color: 10792543.

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

Color convert

RGB95174164-
CMYK0.4500.060.32
HSL172.41º32.78%52.75%-
HSV(B)172.41º45.4%68.24%-
XYZ26.5635.3940.55-
YUV149.24136.3389.31-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.94%
GREEN value IS 174 (68.36% from 255) = 40.18%
BLUE value IS 164 (64.45% from 255) = 37.88%
R=21.94%
G=40.18%
B=37.88%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal951741640.4500.060.32172.4132.7852.75
Hex5FAEA42D0620ac2135
Octal1372562445506402544165
Binary10111111010111010100100101101011010000010101100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,174,164); }

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

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

 a { background-color: rgb(95,174,164); }

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

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

 span { border-color: rgb(95,174,164); }

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