#78B9B0

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

Shades of Gulf Stream #78B9B0

Tints of Gulf Stream #78B9B0

Color information

#78B9B0 (or 0x78B9B0) is unknown color: approx Gulf Stream. HEX triplet: 78, B9 and B0. RGB value is (120,185,176). Sum of RGB (Red+Green+Blue) = 120+185+176=481 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.95% from 481); Green value is 185 (72.66% from 255 or 38.46% from 481); Blue value is 176 (69.14% from 255 or 36.59% from 481); Max value from RGB is 185 - color contains mainly: green. Hex color #78B9B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B9B0 is #87464F. Grayscale: #A4A4A4. Windows color (decimal): -8865360 or 11581816. OLE color: 11581816.

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

Color convert

RGB120185176-
CMYK0.3500.050.27
HSL171.69º31.71%59.8%-
HSV(B)171.69º35.14%72.55%-
XYZ32.9341.8347.41-
YUV164.54134.4796.23-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.95%
GREEN value IS 185 (72.66% from 255) = 38.46%
BLUE value IS 176 (69.14% from 255) = 36.59%
R=24.95%
G=38.46%
B=36.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1201851760.3500.050.27171.6931.7159.8
Hex78B9B023051Bac203c
Octal1702712604305332544074
Binary1111000101110011011000010001101011101110101100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B9B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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