#73AEA0

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

Shades of Gulf Stream #73AEA0

Tints of Gulf Stream #73AEA0

Color information

#73AEA0 (or 0x73AEA0) is unknown color: approx Gulf Stream. HEX triplet: 73, AE and A0. RGB value is (115,174,160). Sum of RGB (Red+Green+Blue) = 115+174+160=449 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.61% from 449); Green value is 174 (68.36% from 255 or 38.75% from 449); Blue value is 160 (62.89% from 255 or 35.63% from 449); Max value from RGB is 174 - color contains mainly: green. Hex color #73AEA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AEA0 is #8C515F. Grayscale: #9A9A9A. Windows color (decimal): -9195872 or 10530419. OLE color: 10530419.

HSL color Cylindrical-coordinate representation of color #73AEA0: hue angle of 165.76º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #73AEA0 is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB115174160-
CMYK0.3400.080.32
HSL165.76º26.7%56.67%-
HSV(B)165.76º33.91%68.24%-
XYZ28.5536.4638.79-
YUV154.76130.9599.64-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.61%
GREEN value IS 174 (68.36% from 255) = 38.75%
BLUE value IS 160 (62.89% from 255) = 35.63%
R=25.61%
G=38.75%
B=35.63%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1151741600.3400.080.32165.7626.756.67
Hex73AEA0220820a61b39
Octal16325624042010402463371
Binary11100111010111010100000100010010001000001010011011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73AEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,174,160); }

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

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

 a { background-color: rgb(115,174,160); }

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

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

 span { border-color: rgb(115,174,160); }

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