#78AA9F

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

Shades of Gulf Stream #78AA9F

Tints of Gulf Stream #78AA9F

Color information

#78AA9F (or 0x78AA9F) is unknown color: approx Gulf Stream. HEX triplet: 78, AA and 9F. RGB value is (120,170,159). Sum of RGB (Red+Green+Blue) = 120+170+159=449 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.73% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 159 (62.5% from 255 or 35.41% from 449); Max value from RGB is 170 - color contains mainly: green. Hex color #78AA9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AA9F is #875560. Grayscale: #999999. Windows color (decimal): -8869217 or 10463864. OLE color: 10463864.

HSL color Cylindrical-coordinate representation of color #78AA9F: hue angle of 166.8º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #78AA9F is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB120170159-
CMYK0.2900.060.33
HSL166.8º22.73%56.86%-
HSV(B)166.8º29.41%66.67%-
XYZ28.3835.2538.11-
YUV153.8130.94103.89-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.73%
GREEN value IS 170 (66.80% from 255) = 37.86%
BLUE value IS 159 (62.5% from 255) = 35.41%
R=26.73%
G=37.86%
B=35.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201701590.2900.060.33166.822.7356.86
Hex78AA9F1D0621a71739
Octal1702522373506412472771
Binary111100010101010100111111110101101000011010011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,170,159); }

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

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

 a { background-color: rgb(120,170,159); }

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

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

 span { border-color: rgb(120,170,159); }

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