#78B3A1

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

Shades of Gulf Stream #78B3A1

Tints of Gulf Stream #78B3A1

Color information

#78B3A1 (or 0x78B3A1) is unknown color: approx Gulf Stream. HEX triplet: 78, B3 and A1. RGB value is (120,179,161). Sum of RGB (Red+Green+Blue) = 120+179+161=460 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.09% from 460); Green value is 179 (70.31% from 255 or 38.91% from 460); Blue value is 161 (63.28% from 255 or 35% from 460); Max value from RGB is 179 - color contains mainly: green. Hex color #78B3A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B3A1 is #874C5E. Grayscale: #9F9F9F. Windows color (decimal): -8866911 or 10597240. OLE color: 10597240.

HSL color Cylindrical-coordinate representation of color #78B3A1: hue angle of 161.69º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #78B3A1 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB120179161-
CMYK0.3300.100.30
HSL161.69º27.96%58.63%-
HSV(B)161.69º32.96%70.2%-
XYZ30.338.8139.61-
YUV159.31128.9599.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.09%
GREEN value IS 179 (70.31% from 255) = 38.91%
BLUE value IS 161 (63.28% from 255) = 35%
R=26.09%
G=38.91%
B=35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1201791610.3300.100.30161.6927.9658.63
Hex78B3A1210A1Ea21c3b
Octal17026324141012362423473
Binary1111000101100111010000110000101010111101010001011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B3A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,179,161); }

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

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

 a { background-color: rgb(120,179,161); }

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

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

 span { border-color: rgb(120,179,161); }

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