Html Css Color HEX #73ABA4 Tradewind

📋 copy color: '#73ABA4'

red 115 ◦ green 171 ◦ blue 164

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

Shades of Tradewind #73ABA4

Tints of Tradewind #73ABA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 36.44%

R = 25.56%
G = 38%
B = 36.44%

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

#73ABA4 (or 0x73ABA4) is known color: Tradewind. HEX triplet: 73, AB and A4. RGB value is (115,171,164). Sum of RGB (Red+Green+Blue) = 115+171+164=450 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.56% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 164 (64.45% from 255 or 36.44% from 450); Max value from RGB is 171 - color contains mainly: green. Hex color #73ABA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73ABA4 is #8C545B. Grayscale: #999999. Windows color (decimal): -9196636 or 10791795. OLE color: 10791795.

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

Color convert

RGB 115 171 164 -
CMYK 0.33 0 0.04 0.33
HSL 172.5º 0.25% 0.56% -
HSV(B) 172.5º 0.33% 0.67% -
XYZ 28.33 35.45 40.47 -
YUV 153.46 133.95 100.57 -
System Red Green Blue C M Y K H S L
Decimal 115 171 164 0.33 0 0.04 0.33 172.5 0.25 0.56
Hex 73 AB A4 21 0 4 21 AC 19 38
Octal 163 253 244 41 0 4 41 254 31 70
Binary 1110011 10101011 10100100 100001 0 100 100001 10101100 11001 111000

Color Harmonies of #73ABA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73ABA4

Black with #73ABA4

Text Example


Text Example

White with #73ABA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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