#73BAB6

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

Shades of Gulf Stream #73BAB6

Tints of Gulf Stream #73BAB6

Color information

#73BAB6 (or 0x73BAB6) is unknown color: approx Gulf Stream. HEX triplet: 73, BA and B6. RGB value is (115,186,182). Sum of RGB (Red+Green+Blue) = 115+186+182=483 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.81% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 182 (71.48% from 255 or 37.68% from 483); Max value from RGB is 186 - color contains mainly: green. Hex color #73BAB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BAB6 is #8C4549. Grayscale: #A4A4A4. Windows color (decimal): -9192778 or 11975283. OLE color: 11975283.

HSL color Cylindrical-coordinate representation of color #73BAB6: hue angle of 176.62º degrees, saturation: 0.34, 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 #73BAB6 is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB115186182-
CMYK0.3800.020.27
HSL176.62º33.97%59.02%-
HSV(B)176.62º38.17%72.94%-
XYZ33.0742.1450.65-
YUV164.31137.9892.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.81%
GREEN value IS 186 (73.05% from 255) = 38.51%
BLUE value IS 182 (71.48% from 255) = 37.68%
R=23.81%
G=38.51%
B=37.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1151861820.3800.020.27176.6233.9759.02
Hex73BAB626021Bb1223b
Octal1632722664602332614273
Binary111001110111010101101101001100101101110110001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,186,182); }

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

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

 a { background-color: rgb(115,186,182); }

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

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

 span { border-color: rgb(115,186,182); }

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