#78B09F

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

Shades of Gulf Stream #78B09F

Tints of Gulf Stream #78B09F

Color information

#78B09F (or 0x78B09F) is unknown color: approx Gulf Stream. HEX triplet: 78, B0 and 9F. RGB value is (120,176,159). Sum of RGB (Red+Green+Blue) = 120+176+159=455 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.37% from 455); Green value is 176 (69.14% from 255 or 38.68% from 455); Blue value is 159 (62.5% from 255 or 34.95% from 455); Max value from RGB is 176 - color contains mainly: green. Hex color #78B09F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78B09F is #874F60. Grayscale: #9D9D9D. Windows color (decimal): -8867681 or 10465400. OLE color: 10465400.

HSL color Cylindrical-coordinate representation of color #78B09F: hue angle of 161.79º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #78B09F is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB120176159-
CMYK0.3200.100.31
HSL161.79º26.17%58.04%-
HSV(B)161.79º31.82%69.02%-
XYZ29.5337.5538.49-
YUV157.32128.95101.38-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.37%
GREEN value IS 176 (69.14% from 255) = 38.68%
BLUE value IS 159 (62.5% from 255) = 34.95%
R=26.37%
G=38.68%
B=34.95%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1201761590.3200.100.31161.7926.1758.04
Hex78B09F200A1Fa21a3a
Octal17026023740012372423272
Binary1111000101100001001111110000001010111111010001011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,176,159); }

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

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

 a { background-color: rgb(120,176,159); }

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

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

 span { border-color: rgb(120,176,159); }

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