#73BAAC

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

Shades of Gulf Stream #73BAAC

Tints of Gulf Stream #73BAAC

Color information

#73BAAC (or 0x73BAAC) is unknown color: approx Gulf Stream. HEX triplet: 73, BA and AC. RGB value is (115,186,172). Sum of RGB (Red+Green+Blue) = 115+186+172=473 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.31% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 186 - color contains mainly: green. Hex color #73BAAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BAAC is #8C4553. Grayscale: #A3A3A3. Windows color (decimal): -9192788 or 11319923. OLE color: 11319923.

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

Color convert

RGB115186172-
CMYK0.3800.080.27
HSL168.17º33.97%59.02%-
HSV(B)168.17º38.17%72.94%-
XYZ32.0841.7445.4-
YUV163.17132.9893.64-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.31%
GREEN value IS 186 (73.05% from 255) = 39.32%
BLUE value IS 172 (67.58% from 255) = 36.36%
R=24.31%
G=39.32%
B=36.36%

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
Decimal1151861720.3800.080.27168.1733.9759.02
Hex73BAAC26081Ba8223b
Octal16327225446010332504273
Binary11100111011101010101100100110010001101110101000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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