#5FAEA2

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

Shades of Tradewind #5FAEA2

Tints of Tradewind #5FAEA2

Color information

#5FAEA2 (or 0x5FAEA2) is unknown color: approx Tradewind. HEX triplet: 5F, AE and A2. RGB value is (95,174,162). Sum of RGB (Red+Green+Blue) = 95+174+162=431 (57% of max value = 765). Red value is 95 (37.5% from 255 or 22.04% from 431); Green value is 174 (68.36% from 255 or 40.37% from 431); Blue value is 162 (63.67% from 255 or 37.59% from 431); Max value from RGB is 174 - color contains mainly: green. Hex color #5FAEA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAEA2 is #A0515D. Grayscale: #949494. Windows color (decimal): -10506590 or 10661471. OLE color: 10661471.

HSL color Cylindrical-coordinate representation of color #5FAEA2: hue angle of 170.89º 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 #5FAEA2 is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB95174162-
CMYK0.4500.070.32
HSL170.89º32.78%52.75%-
HSV(B)170.89º45.4%68.24%-
XYZ26.3835.3139.61-
YUV149.01135.3389.48-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.04%
GREEN value IS 174 (68.36% from 255) = 40.37%
BLUE value IS 162 (63.67% from 255) = 37.59%
R=22.04%
G=40.37%
B=37.59%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal951741620.4500.070.32170.8932.7852.75
Hex5FAEA22D0720ab2135
Octal1372562425507402534165
Binary10111111010111010100010101101011110000010101011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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