#78BBAE

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

Shades of Gulf Stream #78BBAE

Tints of Gulf Stream #78BBAE

Color information

#78BBAE (or 0x78BBAE) is unknown color: approx Gulf Stream. HEX triplet: 78, BB and AE. RGB value is (120,187,174). Sum of RGB (Red+Green+Blue) = 120+187+174=481 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.95% from 481); Green value is 187 (73.44% from 255 or 38.88% from 481); Blue value is 174 (68.36% from 255 or 36.17% from 481); Max value from RGB is 187 - color contains mainly: green. Hex color #78BBAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BBAE is #874451. Grayscale: #A5A5A5. Windows color (decimal): -8864850 or 11451256. OLE color: 11451256.

HSL color Cylindrical-coordinate representation of color #78BBAE: hue angle of 168.36º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #78BBAE is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB120187174-
CMYK0.3600.070.27
HSL168.36º33%60.2%-
HSV(B)168.36º35.83%73.33%-
XYZ33.1642.5946.52-
YUV165.48132.895.56-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.95%
GREEN value IS 187 (73.44% from 255) = 38.88%
BLUE value IS 174 (68.36% from 255) = 36.17%
R=24.95%
G=38.88%
B=36.17%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1201871740.3600.070.27168.363360.2
Hex78BBAE24071Ba8213c
Octal1702732564407332504174
Binary1111000101110111010111010010001111101110101000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,187,174); }

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

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

 a { background-color: rgb(120,187,174); }

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

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

 span { border-color: rgb(120,187,174); }

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