#73BAAB

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

Shades of Gulf Stream #73BAAB

Tints of Gulf Stream #73BAAB

Color information

#73BAAB (or 0x73BAAB) is unknown color: approx Gulf Stream. HEX triplet: 73, BA and AB. RGB value is (115,186,171). Sum of RGB (Red+Green+Blue) = 115+186+171=472 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.36% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 186 - color contains mainly: green. Hex color #73BAAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BAAB is #8C4554. Grayscale: #A3A3A3. Windows color (decimal): -9192789 or 11254387. OLE color: 11254387.

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

Color convert

RGB115186171-
CMYK0.3800.080.27
HSL167.32º33.97%59.02%-
HSV(B)167.32º38.17%72.94%-
XYZ31.9841.744.89-
YUV163.06132.4893.72-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.36%
GREEN value IS 186 (73.05% from 255) = 39.41%
BLUE value IS 171 (67.19% from 255) = 36.23%
R=24.36%
G=39.41%
B=36.23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1151861710.3800.080.27167.3233.9759.02
Hex73BAAB26081Ba7223b
Octal16327225346010332474273
Binary11100111011101010101011100110010001101110100111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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