#73AAA1

Color #73AAA1 Tradewind (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tradewind #73AAA1

Tints of Tradewind #73AAA1

Color information

#73AAA1 (or 0x73AAA1) is unknown color: approx Tradewind. HEX triplet: 73, AA and A1. RGB value is (115,170,161). Sum of RGB (Red+Green+Blue) = 115+170+161=446 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.78% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 161 (63.28% from 255 or 36.10% from 446); Max value from RGB is 170 - color contains mainly: green. Hex color #73AAA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AAA1 is #8C555E. Grayscale: #989898. Windows color (decimal): -9196895 or 10594931. OLE color: 10594931.

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

Color convert

RGB115170161-
CMYK0.3200.050.33
HSL170.18º24.44%55.88%-
HSV(B)170.18º32.35%66.67%-
XYZ27.8834.9739-
YUV152.53132.78101.23-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.78%
GREEN value IS 170 (66.80% from 255) = 38.12%
BLUE value IS 161 (63.28% from 255) = 36.10%
R=25.78%
G=38.12%
B=36.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151701610.3200.050.33170.1824.4455.88
Hex73AAA1200521aa1838
Octal1632522414005412523070
Binary1110011101010101010000110000001011000011010101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73AAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #73AAA1;
 }
 .AnyTagClassName
 {
   color: #73AAA1;
 }
</style>
background-color css

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

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

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

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

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

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