#78B9A9

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

Shades of Gulf Stream #78B9A9

Tints of Gulf Stream #78B9A9

Color information

#78B9A9 (or 0x78B9A9) is unknown color: approx Gulf Stream. HEX triplet: 78, B9 and A9. RGB value is (120,185,169). Sum of RGB (Red+Green+Blue) = 120+185+169=474 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.32% from 474); Green value is 185 (72.66% from 255 or 39.03% from 474); Blue value is 169 (66.41% from 255 or 35.65% from 474); Max value from RGB is 185 - color contains mainly: green. Hex color #78B9A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B9A9 is #874656. Grayscale: #A3A3A3. Windows color (decimal): -8865367 or 11123064. OLE color: 11123064.

HSL color Cylindrical-coordinate representation of color #78B9A9: hue angle of 165.23º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #78B9A9 is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB120185169-
CMYK0.3500.090.27
HSL165.23º31.71%59.8%-
HSV(B)165.23º35.14%72.55%-
XYZ32.2641.5643.86-
YUV163.74130.9796.8-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.32%
GREEN value IS 185 (72.66% from 255) = 39.03%
BLUE value IS 169 (66.41% from 255) = 35.65%
R=25.32%
G=39.03%
B=35.65%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1201851690.3500.090.27165.2331.7159.8
Hex78B9A923091Ba5203c
Octal17027125143011332454074
Binary11110001011100110101001100011010011101110100101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B9A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,185,169); }

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

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

 a { background-color: rgb(120,185,169); }

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

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

 span { border-color: rgb(120,185,169); }

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