#78BAA8

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

Shades of Gulf Stream #78BAA8

Tints of Gulf Stream #78BAA8

Color information

#78BAA8 (or 0x78BAA8) is unknown color: approx Gulf Stream. HEX triplet: 78, BA and A8. RGB value is (120,186,168). Sum of RGB (Red+Green+Blue) = 120+186+168=474 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.32% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 168 (66.02% from 255 or 35.44% from 474); Max value from RGB is 186 - color contains mainly: green. Hex color #78BAA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BAA8 is #874557. Grayscale: #A4A4A4. Windows color (decimal): -8865112 or 11057784. OLE color: 11057784.

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

Color convert

RGB120186168-
CMYK0.3500.100.27
HSL163.64º32.35%60%-
HSV(B)163.64º35.48%72.94%-
XYZ32.3741.9443.43-
YUV164.21130.1396.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.32%
GREEN value IS 186 (73.05% from 255) = 39.24%
BLUE value IS 168 (66.02% from 255) = 35.44%
R=25.32%
G=39.24%
B=35.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1201861680.3500.100.27163.6432.3560
Hex78BAA8230A1Ba4203c
Octal17027225043012332444074
Binary11110001011101010101000100011010101101110100100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,186,168); }

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

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

 a { background-color: rgb(120,186,168); }

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

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

 span { border-color: rgb(120,186,168); }

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