Html Css Color HEX #5EAA9F Tradewind

📋 copy color: '#5EAA9F'

red 94 ◦ green 170 ◦ blue 159

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

Shades of Tradewind #5EAA9F

Tints of Tradewind #5EAA9F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.19%

 BLUE value IS 159 (62.5% from 255) = 37.59%

R = 22.22%
G = 40.19%
B = 37.59%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#5EAA9F (or 0x5EAA9F) is known color: Tradewind. HEX triplet: 5E, AA and 9F. RGB value is (94,170,159). Sum of RGB (Red+Green+Blue) = 94+170+159=423 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.22% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 170 - color contains mainly: green. Hex color #5EAA9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAA9F is #A15560. Grayscale: #919191. Windows color (decimal): -10573153 or 10463838. OLE color: 10463838.

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

Color convert

RGB 94 170 159 -
CMYK 0.45 0 0.06 0.33
HSL 171.32º 0.31% 0.52% -
HSV(B) 171.32º 0.45% 0.67% -
XYZ 25.25 33.63 37.96 -
YUV 146.02 135.32 90.89 -
System Red Green Blue C M Y K H S L
Decimal 94 170 159 0.45 0 0.06 0.33 171.32 0.31 0.52
Hex 5E AA 9F 2D 0 6 21 AB 1F 34
Octal 136 252 237 55 0 6 41 253 37 64
Binary 1011110 10101010 10011111 101101 0 110 100001 10101011 11111 110100

Color Harmonies of #5EAA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAA9F

Black with #5EAA9F

Text Example


Text Example

White with #5EAA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,170,159); }

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

background-color css

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

 a { background-color: rgb(94,170,159); }

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

border-color css

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

 span { border-color: rgb(94,170,159); }

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