#78B4AD

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

Shades of Gulf Stream #78B4AD

Tints of Gulf Stream #78B4AD

Color information

#78B4AD (or 0x78B4AD) is unknown color: approx Gulf Stream. HEX triplet: 78, B4 and AD. RGB value is (120,180,173). Sum of RGB (Red+Green+Blue) = 120+180+173=473 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.37% from 473); Green value is 180 (70.70% from 255 or 38.05% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 180 - color contains mainly: green. Hex color #78B4AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B4AD is #874B52. Grayscale: #A1A1A1. Windows color (decimal): -8866643 or 11383928. OLE color: 11383928.

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

Color convert

RGB120180173-
CMYK0.3300.040.29
HSL173º28.57%58.82%-
HSV(B)173º33.33%70.59%-
XYZ31.6139.6545.52-
YUV161.26134.6298.57-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.37%
GREEN value IS 180 (70.70% from 255) = 38.05%
BLUE value IS 173 (67.97% from 255) = 36.58%
R=25.37%
G=38.05%
B=36.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1201801730.3300.040.2917328.5758.82
Hex78B4AD21041Dad1d3b
Octal1702642554104352553573
Binary111100010110100101011011000010100111011010110111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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