Html Css Color HEX #73ACA5 Tradewind

📋 copy color: '#73ACA5'

red 115 ◦ green 172 ◦ blue 165

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

Shades of Tradewind #73ACA5

Tints of Tradewind #73ACA5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.05%

 BLUE value IS 165 (64.84% from 255) = 36.5%

R = 25.44%
G = 38.05%
B = 36.5%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#73ACA5 (or 0x73ACA5) is known color: Tradewind. HEX triplet: 73, AC and A5. RGB value is (115,172,165). Sum of RGB (Red+Green+Blue) = 115+172+165=452 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.44% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 165 (64.84% from 255 or 36.50% from 452); Max value from RGB is 172 - color contains mainly: green. Hex color #73ACA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73ACA5 is #8C535A. Grayscale: #9A9A9A. Windows color (decimal): -9196379 or 10857587. OLE color: 10857587.

HSL color Cylindrical-coordinate representation of color #73ACA5: hue angle of 172.63º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #73ACA5 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 172 165 -
CMYK 0.33 0 0.04 0.33
HSL 172.63º 0.26% 0.56% -
HSV(B) 172.63º 0.33% 0.67% -
XYZ 28.61 35.87 41.01 -
YUV 154.16 134.12 100.07 -
System Red Green Blue C M Y K H S L
Decimal 115 172 165 0.33 0 0.04 0.33 172.63 0.26 0.56
Hex 73 AC A5 21 0 4 21 AD 1A 38
Octal 163 254 245 41 0 4 41 255 32 70
Binary 1110011 10101100 10100101 100001 0 100 100001 10101101 11010 111000

Color Harmonies of #73ACA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73ACA5

Black with #73ACA5

Text Example


Text Example

White with #73ACA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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