#78BAAA

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

Shades of Gulf Stream #78BAAA

Tints of Gulf Stream #78BAAA

Color information

#78BAAA (or 0x78BAAA) is unknown color: approx Gulf Stream. HEX triplet: 78, BA and AA. RGB value is (120,186,170). Sum of RGB (Red+Green+Blue) = 120+186+170=476 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.21% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 186 - color contains mainly: green. Hex color #78BAAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BAAA is #874555. Grayscale: #A4A4A4. Windows color (decimal): -8865110 or 11188856. OLE color: 11188856.

HSL color Cylindrical-coordinate representation of color #78BAAA: hue angle of 165.45º 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 #78BAAA is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB120186170-
CMYK0.3500.090.27
HSL165.45º32.35%60%-
HSV(B)165.45º35.48%72.94%-
XYZ32.5642.0144.42-
YUV164.44131.1396.3-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.21%
GREEN value IS 186 (73.05% from 255) = 39.08%
BLUE value IS 170 (66.80% from 255) = 35.71%
R=25.21%
G=39.08%
B=35.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1201861700.3500.090.27165.4532.3560
Hex78BAAA23091Ba5203c
Octal17027225243011332454074
Binary11110001011101010101010100011010011101110100101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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