#73B6A4

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

Shades of Gulf Stream #73B6A4

Tints of Gulf Stream #73B6A4

Color information

#73B6A4 (or 0x73B6A4) is unknown color: approx Gulf Stream. HEX triplet: 73, B6 and A4. RGB value is (115,182,164). Sum of RGB (Red+Green+Blue) = 115+182+164=461 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.95% from 461); Green value is 182 (71.48% from 255 or 39.48% from 461); Blue value is 164 (64.45% from 255 or 35.57% from 461); Max value from RGB is 182 - color contains mainly: green. Hex color #73B6A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73B6A4 is #8C495B. Grayscale: #9F9F9F. Windows color (decimal): -9193820 or 10794611. OLE color: 10794611.

HSL color Cylindrical-coordinate representation of color #73B6A4: hue angle of 163.88º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #73B6A4 is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB115182164-
CMYK0.3700.100.29
HSL163.88º31.46%58.24%-
HSV(B)163.88º36.81%71.37%-
XYZ30.539.7841.19-
YUV159.92130.395.96-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.95%
GREEN value IS 182 (71.48% from 255) = 39.48%
BLUE value IS 164 (64.45% from 255) = 35.57%
R=24.95%
G=39.48%
B=35.57%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1151821640.3700.100.29163.8831.4658.24
Hex73B6A4250A1Da41f3a
Octal16326624445012352443772
Binary1110011101101101010010010010101010111011010010011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B6A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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