#73ac9d

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

Shades of Gulf Stream #73AC9D

Tints of Gulf Stream #73AC9D

Color information

#73AC9D (or 0x73AC9D) is unknown color: approx Gulf Stream. HEX triplet: 73, AC and 9D. RGB value is (115,172,157). Sum of RGB (Red+Green+Blue) = 115+172+157=444 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.90% from 444); Green value is 172 (67.58% from 255 or 38.74% from 444); Blue value is 157 (61.72% from 255 or 35.36% from 444); Max value from RGB is 172 - color contains mainly: green. Hex color #73AC9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AC9D is #8C5362. Grayscale: #999999. Windows color (decimal): -9196387 or 10333299. OLE color: 10333299.

HSL color Cylindrical-coordinate representation of color #73AC9D: hue angle of 164.21º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #73AC9D is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB115172157-
CMYK0.3300.090.33
HSL164.21º25.56%56.27%-
HSV(B)164.21º33.14%67.45%-
XYZ27.9135.5837.3-
YUV153.25130.12100.72-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.90%
GREEN value IS 172 (67.58% from 255) = 38.74%
BLUE value IS 157 (61.72% from 255) = 35.36%
R=25.90%
G=38.74%
B=35.36%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151721570.3300.090.33164.2125.5656.27
Hex73AC9D210921a41a38
Octal16325423541011412443270
Binary11100111010110010011101100001010011000011010010011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73ac9d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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