Html Css Color HEX #5EAAA1 Tradewind

📋 copy color: '#5EAAA1'

red 94 ◦ green 170 ◦ blue 161

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

Shades of Tradewind #5EAAA1

Tints of Tradewind #5EAAA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 37.88%

R = 22.12%
G = 40%
B = 37.88%

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

#5EAAA1 (or 0x5EAAA1) is known color: Tradewind. HEX triplet: 5E, AA and A1. RGB value is (94,170,161). Sum of RGB (Red+Green+Blue) = 94+170+161=425 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.12% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 161 (63.28% from 255 or 37.88% from 425); Max value from RGB is 170 - color contains mainly: green. Hex color #5EAAA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAAA1 is #A1555E. Grayscale: #929292. Windows color (decimal): -10573151 or 10594910. OLE color: 10594910.

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

Color convert

RGB 94 170 161 -
CMYK 0.45 0 0.05 0.33
HSL 172.89º 0.31% 0.52% -
HSV(B) 172.89º 0.45% 0.67% -
XYZ 25.42 33.7 38.88 -
YUV 146.25 136.32 90.73 -
System Red Green Blue C M Y K H S L
Decimal 94 170 161 0.45 0 0.05 0.33 172.89 0.31 0.52
Hex 5E AA A1 2D 0 5 21 AD 1F 34
Octal 136 252 241 55 0 5 41 255 37 64
Binary 1011110 10101010 10100001 101101 0 101 100001 10101101 11111 110100

Color Harmonies of #5EAAA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAAA1

Black with #5EAAA1

Text Example


Text Example

White with #5EAAA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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