#73BEA4

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

Shades of Gulf Stream #73BEA4

Tints of Gulf Stream #73BEA4

Color information

#73BEA4 (or 0x73BEA4) is unknown color: approx Gulf Stream. HEX triplet: 73, BE and A4. RGB value is (115,190,164). Sum of RGB (Red+Green+Blue) = 115+190+164=469 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.52% from 469); Green value is 190 (74.61% from 255 or 40.51% from 469); Blue value is 164 (64.45% from 255 or 34.97% from 469); Max value from RGB is 190 - color contains mainly: green. Hex color #73BEA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BEA4 is #8C415B. Grayscale: #A4A4A4. Windows color (decimal): -9191772 or 10796659. OLE color: 10796659.

HSL color Cylindrical-coordinate representation of color #73BEA4: hue angle of 159.2º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73BEA4 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB115190164-
CMYK0.3900.140.25
HSL159.2º36.59%59.8%-
HSV(B)159.2º39.47%74.51%-
XYZ32.1843.1541.75-
YUV164.61127.6592.61-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.52%
GREEN value IS 190 (74.61% from 255) = 40.51%
BLUE value IS 164 (64.45% from 255) = 34.97%
R=24.52%
G=40.51%
B=34.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151901640.3900.140.25159.236.5959.8
Hex73BEA4270E199f253c
Octal16327624447016312374574
Binary11100111011111010100100100111011101100110011111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,190,164); }

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

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

 a { background-color: rgb(115,190,164); }

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

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

 span { border-color: rgb(115,190,164); }

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