#5EACA5

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

Shades of Tradewind #5EACA5

Tints of Tradewind #5EACA5

Color information

#5EACA5 (or 0x5EACA5) is unknown color: approx Tradewind. HEX triplet: 5E, AC and A5. RGB value is (94,172,165). Sum of RGB (Red+Green+Blue) = 94+172+165=431 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.81% from 431); Green value is 172 (67.58% from 255 or 39.91% from 431); Blue value is 165 (64.84% from 255 or 38.28% from 431); Max value from RGB is 172 - color contains mainly: green. Hex color #5EACA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EACA5 is #A1535A. Grayscale: #939393. Windows color (decimal): -10572635 or 10857566. OLE color: 10857566.

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

Color convert

RGB94172165-
CMYK0.4500.040.33
HSL174.62º31.97%52.16%-
HSV(B)174.62º45.35%67.45%-
XYZ26.1634.640.9-
YUV147.88137.6689.57-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.81%
GREEN value IS 172 (67.58% from 255) = 39.91%
BLUE value IS 165 (64.84% from 255) = 38.28%
R=21.81%
G=39.91%
B=38.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal941721650.4500.040.33174.6231.9752.16
Hex5EACA52D0421af2034
Octal1362542455504412574064
Binary10111101010110010100101101101010010000110101111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EACA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,172,165); }

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

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

 a { background-color: rgb(94,172,165); }

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

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

 span { border-color: rgb(94,172,165); }

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