#78B4A5

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

Shades of Gulf Stream #78B4A5

Tints of Gulf Stream #78B4A5

Color information

#78B4A5 (or 0x78B4A5) is unknown color: approx Gulf Stream. HEX triplet: 78, B4 and A5. RGB value is (120,180,165). Sum of RGB (Red+Green+Blue) = 120+180+165=465 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.81% from 465); Green value is 180 (70.70% from 255 or 38.71% from 465); Blue value is 165 (64.84% from 255 or 35.48% from 465); Max value from RGB is 180 - color contains mainly: green. Hex color #78B4A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B4A5 is #874B5A. Grayscale: #A0A0A0. Windows color (decimal): -8866651 or 10859640. OLE color: 10859640.

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

Color convert

RGB120180165-
CMYK0.3300.080.29
HSL165º28.57%58.82%-
HSV(B)165º33.33%70.59%-
XYZ30.8639.3541.57-
YUV160.35130.6299.22-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.81%
GREEN value IS 180 (70.70% from 255) = 38.71%
BLUE value IS 165 (64.84% from 255) = 35.48%
R=25.81%
G=38.71%
B=35.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1201801650.3300.080.2916528.5758.82
Hex78B4A521081Da51d3b
Octal17026424541010352453573
Binary1111000101101001010010110000101000111011010010111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B4A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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