#78B4B1

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

Shades of Gulf Stream #78B4B1

Tints of Gulf Stream #78B4B1

Color information

#78B4B1 (or 0x78B4B1) is unknown color: approx Gulf Stream. HEX triplet: 78, B4 and B1. RGB value is (120,180,177). Sum of RGB (Red+Green+Blue) = 120+180+177=477 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.16% from 477); Green value is 180 (70.70% from 255 or 37.74% from 477); Blue value is 177 (69.53% from 255 or 37.11% from 477); Max value from RGB is 180 - color contains mainly: green. Hex color #78B4B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B4B1 is #874B4E. Grayscale: #A1A1A1. Windows color (decimal): -8866639 or 11646072. OLE color: 11646072.

HSL color Cylindrical-coordinate representation of color #78B4B1: hue angle of 177º 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 #78B4B1 is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB120180177-
CMYK0.3300.020.29
HSL177º28.57%58.82%-
HSV(B)177º33.33%70.59%-
XYZ3239.8147.59-
YUV161.72136.6298.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.16%
GREEN value IS 180 (70.70% from 255) = 37.74%
BLUE value IS 177 (69.53% from 255) = 37.11%
R=25.16%
G=37.74%
B=37.11%

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
Decimal1201801770.3300.020.2917728.5758.82
Hex78B4B121021Db11d3b
Octal1702642614102352613573
Binary11110001011010010110001100001010111011011000111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B4B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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