Html Css Color HEX #73A7A1 Tradewind

📋 copy color: '#73A7A1'

red 115 ◦ green 167 ◦ blue 161

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

Shades of Tradewind #73A7A1

Tints of Tradewind #73A7A1

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.7%

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

R = 25.96%
G = 37.7%
B = 36.34%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#73A7A1 (or 0x73A7A1) is known color: Tradewind. HEX triplet: 73, A7 and A1. RGB value is (115,167,161). Sum of RGB (Red+Green+Blue) = 115+167+161=443 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.96% from 443); Green value is 167 (65.62% from 255 or 37.70% from 443); Blue value is 161 (63.28% from 255 or 36.34% from 443); Max value from RGB is 167 - color contains mainly: green. Hex color #73A7A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A7A1 is #8C585E. Grayscale: #969696. Windows color (decimal): -9197663 or 10594163. OLE color: 10594163.

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

Color convert

RGB 115 167 161 -
CMYK 0.31 0 0.04 0.35
HSL 173.08º 0.23% 0.55% -
HSV(B) 173.08º 0.31% 0.65% -
XYZ 27.32 33.86 38.81 -
YUV 150.77 133.77 102.49 -
System Red Green Blue C M Y K H S L
Decimal 115 167 161 0.31 0 0.04 0.35 173.08 0.23 0.55
Hex 73 A7 A1 1F 0 4 23 AD 17 37
Octal 163 247 241 37 0 4 43 255 27 67
Binary 1110011 10100111 10100001 11111 0 100 100011 10101101 10111 110111

Color Harmonies of #73A7A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A7A1

Black with #73A7A1

Text Example


Text Example

White with #73A7A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,167,161); }

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

background-color css

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

 a { background-color: rgb(115,167,161); }

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

border-color css

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

 span { border-color: rgb(115,167,161); }

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