Html Css Color HEX #5EACA4 Tradewind

📋 copy color: '#5EACA4'

red 94 ◦ green 172 ◦ blue 164

#5EACA4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tradewind #5EACA4

Tints of Tradewind #5EACA4

RGB

 RED value IS 94 (37.11% from 255) = 21.86%

 GREEN value IS 172 (67.58% from 255) = 40%

 BLUE value IS 164 (64.45% from 255) = 38.14%

R = 21.86%
G = 40%
B = 38.14%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#5EACA4 (or 0x5EACA4) is known color: Tradewind. HEX triplet: 5E, AC and A4. RGB value is (94,172,164). Sum of RGB (Red+Green+Blue) = 94+172+164=430 (56% of max value = 765). Red value is 94 (37.11% from 255 or 21.86% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 164 (64.45% from 255 or 38.14% from 430); Max value from RGB is 172 - color contains mainly: green. Hex color #5EACA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EACA4 is #A1535B. Grayscale: #939393. Windows color (decimal): -10572636 or 10792030. OLE color: 10792030.

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

Color convert

RGB 94 172 164 -
CMYK 0.45 0 0.05 0.33
HSL 173.85º 0.32% 0.52% -
HSV(B) 173.85º 0.45% 0.67% -
XYZ 26.07 34.57 40.42 -
YUV 147.77 137.16 89.65 -
System Red Green Blue C M Y K H S L
Decimal 94 172 164 0.45 0 0.05 0.33 173.85 0.32 0.52
Hex 5E AC A4 2D 0 5 21 AE 20 34
Octal 136 254 244 55 0 5 41 256 40 64
Binary 1011110 10101100 10100100 101101 0 101 100001 10101110 100000 110100

Color Harmonies of #5EACA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EACA4

Black with #5EACA4

Text Example


Text Example

White with #5EACA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5EACA4;
 }
 .AnyTagClassName
 {
   color: #5EACA4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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