#78BAAE

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

Shades of Gulf Stream #78BAAE

Tints of Gulf Stream #78BAAE

Color information

#78BAAE (or 0x78BAAE) is unknown color: approx Gulf Stream. HEX triplet: 78, BA and AE. RGB value is (120,186,174). Sum of RGB (Red+Green+Blue) = 120+186+174=480 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25% from 480); Green value is 186 (73.05% from 255 or 38.75% from 480); Blue value is 174 (68.36% from 255 or 36.25% from 480); Max value from RGB is 186 - color contains mainly: green. Hex color #78BAAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BAAE is #874551. Grayscale: #A4A4A4. Windows color (decimal): -8865106 or 11451000. OLE color: 11451000.

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

Color convert

RGB120186174-
CMYK0.3500.060.27
HSL169.09º32.35%60%-
HSV(B)169.09º35.48%72.94%-
XYZ32.9442.1746.45-
YUV164.9133.1395.98-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25%
GREEN value IS 186 (73.05% from 255) = 38.75%
BLUE value IS 174 (68.36% from 255) = 36.25%
R=25%
G=38.75%
B=36.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1201861740.3500.060.27169.0932.3560
Hex78BAAE23061Ba9203c
Octal1702722564306332514074
Binary1111000101110101010111010001101101101110101001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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