#78B4B0

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

Shades of Gulf Stream #78B4B0

Tints of Gulf Stream #78B4B0

Color information

#78B4B0 (or 0x78B4B0) is unknown color: approx Gulf Stream. HEX triplet: 78, B4 and B0. RGB value is (120,180,176). Sum of RGB (Red+Green+Blue) = 120+180+176=476 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.21% from 476); Green value is 180 (70.70% from 255 or 37.82% from 476); Blue value is 176 (69.14% from 255 or 36.97% from 476); Max value from RGB is 180 - color contains mainly: green. Hex color #78B4B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B4B0 is #874B4F. Grayscale: #A1A1A1. Windows color (decimal): -8866640 or 11580536. OLE color: 11580536.

HSL color Cylindrical-coordinate representation of color #78B4B0: hue angle of 176º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #78B4B0 is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB120180176-
CMYK0.3300.020.29
HSL176º28.57%58.82%-
HSV(B)176º33.33%70.59%-
XYZ31.939.7747.07-
YUV161.6136.1298.33-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.21%
GREEN value IS 180 (70.70% from 255) = 37.82%
BLUE value IS 176 (69.14% from 255) = 36.97%
R=25.21%
G=37.82%
B=36.97%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1201801760.3300.020.2917628.5758.82
Hex78B4B021021Db01d3b
Octal1702642604102352603573
Binary11110001011010010110000100001010111011011000011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B4B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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