#78a49e

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

Shades of Gulf Stream #78A49E

Tints of Gulf Stream #78A49E

Color information

#78A49E (or 0x78A49E) is unknown color: approx Gulf Stream. HEX triplet: 78, A4 and 9E. RGB value is (120,164,158). Sum of RGB (Red+Green+Blue) = 120+164+158=442 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.15% from 442); Green value is 164 (64.45% from 255 or 37.10% from 442); Blue value is 158 (62.11% from 255 or 35.75% from 442); Max value from RGB is 164 - color contains mainly: green. Hex color #78A49E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A49E is #875B61. Grayscale: #969696. Windows color (decimal): -8870754 or 10396792. OLE color: 10396792.

HSL color Cylindrical-coordinate representation of color #78A49E: hue angle of 171.82º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #78A49E is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB120164158-
CMYK0.2700.040.36
HSL171.82º19.47%55.69%-
HSV(B)171.82º26.83%64.31%-
XYZ27.1933.0137.29-
YUV150.16132.42106.49-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.15%
GREEN value IS 164 (64.45% from 255) = 37.10%
BLUE value IS 158 (62.11% from 255) = 35.75%
R=27.15%
G=37.10%
B=35.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1201641580.2700.040.36171.8219.4755.69
Hex78A49E1B0424ac1338
Octal1702442363304442542370
Binary111100010100100100111101101101001001001010110010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78a49e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78a49e; }

 p { color: rgb(120,164,158); }

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

<style>
 a { background-color: #78a49e; }

 a { background-color: rgb(120,164,158); }

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

<style>
 span { border-color: #78a49e; }

 span { border-color: rgb(120,164,158); }

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