#78B7A2

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

Shades of Gulf Stream #78B7A2

Tints of Gulf Stream #78B7A2

Color information

#78B7A2 (or 0x78B7A2) is unknown color: approx Gulf Stream. HEX triplet: 78, B7 and A2. RGB value is (120,183,162). Sum of RGB (Red+Green+Blue) = 120+183+162=465 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.81% from 465); Green value is 183 (71.88% from 255 or 39.35% from 465); Blue value is 162 (63.67% from 255 or 34.84% from 465); Max value from RGB is 183 - color contains mainly: green. Hex color #78B7A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B7A2 is #87485D. Grayscale: #A1A1A1. Windows color (decimal): -8865886 or 10663800. OLE color: 10663800.

HSL color Cylindrical-coordinate representation of color #78B7A2: hue angle of 160º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #78B7A2 is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.28.

Color convert

RGB120183162-
CMYK0.3400.110.28
HSL160º30.43%59.41%-
HSV(B)160º34.43%71.76%-
XYZ31.240.4740.35-
YUV161.77128.1398.21-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.81%
GREEN value IS 183 (71.88% from 255) = 39.35%
BLUE value IS 162 (63.67% from 255) = 34.84%
R=25.81%
G=39.35%
B=34.84%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1201831620.3400.110.2816030.4359.41
Hex78B7A2220B1Ca01e3b
Octal17026724242013342403673
Binary1111000101101111010001010001001011111001010000011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B7A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,183,162); }

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

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

 a { background-color: rgb(120,183,162); }

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

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

 span { border-color: rgb(120,183,162); }

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