Html Css Color HEX #73ABA5 Tradewind

📋 copy color: '#73ABA5'

red 115 ◦ green 171 ◦ blue 165

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

Shades of Tradewind #73ABA5

Tints of Tradewind #73ABA5

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.92%

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

R = 25.5%
G = 37.92%
B = 36.59%

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

#73ABA5 (or 0x73ABA5) is known color: Tradewind. HEX triplet: 73, AB and A5. RGB value is (115,171,165). Sum of RGB (Red+Green+Blue) = 115+171+165=451 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.50% from 451); Green value is 171 (67.19% from 255 or 37.92% from 451); Blue value is 165 (64.84% from 255 or 36.59% from 451); Max value from RGB is 171 - color contains mainly: green. Hex color #73ABA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73ABA5 is #8C545A. Grayscale: #999999. Windows color (decimal): -9196635 or 10857331. OLE color: 10857331.

HSL color Cylindrical-coordinate representation of color #73ABA5: hue angle of 173.57º degrees, saturation: 0.25, 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 #73ABA5 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 171 165 -
CMYK 0.33 0 0.04 0.33
HSL 173.57º 0.25% 0.56% -
HSV(B) 173.57º 0.33% 0.67% -
XYZ 28.42 35.49 40.95 -
YUV 153.57 134.45 100.49 -
System Red Green Blue C M Y K H S L
Decimal 115 171 165 0.33 0 0.04 0.33 173.57 0.25 0.56
Hex 73 AB A5 21 0 4 21 AE 19 38
Octal 163 253 245 41 0 4 41 256 31 70
Binary 1110011 10101011 10100101 100001 0 100 100001 10101110 11001 111000

Color Harmonies of #73ABA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73ABA5

Black with #73ABA5

Text Example


Text Example

White with #73ABA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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