Html Css Color HEX #73A29D Tradewind

📋 copy color: '#73A29D'

red 115 ◦ green 162 ◦ blue 157

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

Shades of Tradewind #73A29D

Tints of Tradewind #73A29D

RGB

 RED value IS 115 (45.31% from 255) = 26.5%

 GREEN value IS 162 (63.67% from 255) = 37.33%

 BLUE value IS 157 (61.72% from 255) = 36.18%

R = 26.5%
G = 37.33%
B = 36.18%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#73A29D (or 0x73A29D) is known color: Tradewind. HEX triplet: 73, A2 and 9D. RGB value is (115,162,157). Sum of RGB (Red+Green+Blue) = 115+162+157=434 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.50% from 434); Green value is 162 (63.67% from 255 or 37.33% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 162 - color contains mainly: green. Hex color #73A29D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A29D is #8C5D62. Grayscale: #939393. Windows color (decimal): -9198947 or 10330739. OLE color: 10330739.

HSL color Cylindrical-coordinate representation of color #73A29D: hue angle of 173.62º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #73A29D is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB 115 162 157 -
CMYK 0.29 0 0.03 0.36
HSL 173.62º 0.2% 0.54% -
HSV(B) 173.62º 0.29% 0.64% -
XYZ 26.08 31.92 36.69 -
YUV 147.38 133.43 104.91 -
System Red Green Blue C M Y K H S L
Decimal 115 162 157 0.29 0 0.03 0.36 173.62 0.2 0.54
Hex 73 A2 9D 1D 0 3 24 AE 14 36
Octal 163 242 235 35 0 3 44 256 24 66
Binary 1110011 10100010 10011101 11101 0 11 100100 10101110 10100 110110

Color Harmonies of #73A29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A29D

Black with #73A29D

Text Example


Text Example

White with #73A29D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73A29D; }

 p { color: rgb(115,162,157); }

 H1.HeaderClassName
 {
   color: #73A29D;
 }
 .AnyTagClassName
 {
   color: #73A29D;
 }
</style>

background-color css

<style>
 a { background-color: #73A29D; }

 a { background-color: rgb(115,162,157); }

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

border-color css

<style>
 span { border-color: #73A29D; }

 span { border-color: rgb(115,162,157); }

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