#73BEA6

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

Shades of Gulf Stream #73BEA6

Tints of Gulf Stream #73BEA6

Color information

#73BEA6 (or 0x73BEA6) is unknown color: approx Gulf Stream. HEX triplet: 73, BE and A6. RGB value is (115,190,166). Sum of RGB (Red+Green+Blue) = 115+190+166=471 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.42% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 166 (65.23% from 255 or 35.24% from 471); Max value from RGB is 190 - color contains mainly: green. Hex color #73BEA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BEA6 is #8C4159. Grayscale: #A4A4A4. Windows color (decimal): -9191770 or 10927731. OLE color: 10927731.

HSL color Cylindrical-coordinate representation of color #73BEA6: hue angle of 160.8º 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 #73BEA6 is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB115190166-
CMYK0.3900.130.25
HSL160.8º36.59%59.8%-
HSV(B)160.8º39.47%74.51%-
XYZ32.3743.2242.71-
YUV164.84128.6592.45-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.42%
GREEN value IS 190 (74.61% from 255) = 40.34%
BLUE value IS 166 (65.23% from 255) = 35.24%
R=24.42%
G=40.34%
B=35.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151901660.3900.130.25160.836.5959.8
Hex73BEA6270D19a1253c
Octal16327624647015312414574
Binary11100111011111010100110100111011011100110100001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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