#78B9A7

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

Shades of Gulf Stream #78B9A7

Tints of Gulf Stream #78B9A7

Color information

#78B9A7 (or 0x78B9A7) is unknown color: approx Gulf Stream. HEX triplet: 78, B9 and A7. RGB value is (120,185,167). Sum of RGB (Red+Green+Blue) = 120+185+167=472 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.42% from 472); Green value is 185 (72.66% from 255 or 39.19% from 472); Blue value is 167 (65.62% from 255 or 35.38% from 472); Max value from RGB is 185 - color contains mainly: green. Hex color #78B9A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B9A7 is #874658. Grayscale: #A3A3A3. Windows color (decimal): -8865369 or 10991992. OLE color: 10991992.

HSL color Cylindrical-coordinate representation of color #78B9A7: hue angle of 163.38º 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 #78B9A7 is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB120185167-
CMYK0.3500.100.27
HSL163.38º31.71%59.8%-
HSV(B)163.38º35.14%72.55%-
XYZ32.0741.4842.88-
YUV163.51129.9796.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.42%
GREEN value IS 185 (72.66% from 255) = 39.19%
BLUE value IS 167 (65.62% from 255) = 35.38%
R=25.42%
G=39.19%
B=35.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1201851670.3500.100.27163.3831.7159.8
Hex78B9A7230A1Ba3203c
Octal17027124743012332434074
Binary11110001011100110100111100011010101101110100011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B9A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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