#73B9A0

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

Shades of Gulf Stream #73B9A0

Tints of Gulf Stream #73B9A0

Color information

#73B9A0 (or 0x73B9A0) is unknown color: approx Gulf Stream. HEX triplet: 73, B9 and A0. RGB value is (115,185,160). Sum of RGB (Red+Green+Blue) = 115+185+160=460 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25% from 460); Green value is 185 (72.66% from 255 or 40.22% from 460); Blue value is 160 (62.89% from 255 or 34.78% from 460); Max value from RGB is 185 - color contains mainly: green. Hex color #73B9A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73B9A0 is #8C465F. Grayscale: #A1A1A1. Windows color (decimal): -9193056 or 10533235. OLE color: 10533235.

HSL color Cylindrical-coordinate representation of color #73B9A0: hue angle of 158.57º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #73B9A0 is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB115185160-
CMYK0.3800.140.27
HSL158.57º33.33%58.82%-
HSV(B)158.57º37.84%72.55%-
XYZ30.7640.8839.53-
YUV161.22127.3195.03-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25%
GREEN value IS 185 (72.66% from 255) = 40.22%
BLUE value IS 160 (62.89% from 255) = 34.78%
R=25%
G=40.22%
B=34.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1151851600.3800.140.27158.5733.3358.82
Hex73B9A0260E1B9f213b
Octal16327124046016332374173
Binary11100111011100110100000100110011101101110011111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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