Html Css Color HEX #73A59F Tradewind

📋 copy color: '#73A59F'

red 115 ◦ green 165 ◦ blue 159

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

Shades of Tradewind #73A59F

Tints of Tradewind #73A59F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.59%

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

R = 26.2%
G = 37.59%
B = 36.22%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#73A59F (or 0x73A59F) is known color: Tradewind. HEX triplet: 73, A5 and 9F. RGB value is (115,165,159). Sum of RGB (Red+Green+Blue) = 115+165+159=439 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.20% from 439); Green value is 165 (64.84% from 255 or 37.59% from 439); Blue value is 159 (62.5% from 255 or 36.22% from 439); Max value from RGB is 165 - color contains mainly: green. Hex color #73A59F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A59F is #8C5A60. Grayscale: #959595. Windows color (decimal): -9198177 or 10462579. OLE color: 10462579.

HSL color Cylindrical-coordinate representation of color #73A59F: hue angle of 172.8º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #73A59F is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 115 165 159 -
CMYK 0.30 0 0.04 0.35
HSL 172.8º 0.22% 0.55% -
HSV(B) 172.8º 0.3% 0.65% -
XYZ 26.78 33.06 37.77 -
YUV 149.37 133.44 103.49 -
System Red Green Blue C M Y K H S L
Decimal 115 165 159 0.30 0 0.04 0.35 172.8 0.22 0.55
Hex 73 A5 9F 1E 0 4 23 AD 16 37
Octal 163 245 237 36 0 4 43 255 26 67
Binary 1110011 10100101 10011111 11110 0 100 100011 10101101 10110 110111

Color Harmonies of #73A59F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A59F

Black with #73A59F

Text Example


Text Example

White with #73A59F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,165,159); }

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

background-color css

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

 a { background-color: rgb(115,165,159); }

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

border-color css

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

 span { border-color: rgb(115,165,159); }

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