#78BAAF

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

Shades of Gulf Stream #78BAAF

Tints of Gulf Stream #78BAAF

Color information

#78BAAF (or 0x78BAAF) is unknown color: approx Gulf Stream. HEX triplet: 78, BA and AF. RGB value is (120,186,175). Sum of RGB (Red+Green+Blue) = 120+186+175=481 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.95% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 186 - color contains mainly: green. Hex color #78BAAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BAAF is #874550. Grayscale: #A4A4A4. Windows color (decimal): -8865105 or 11516536. OLE color: 11516536.

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

Color convert

RGB120186175-
CMYK0.3500.060.27
HSL170º32.35%60%-
HSV(B)170º35.48%72.94%-
XYZ33.0442.2146.96-
YUV165.01133.6395.89-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.95%
GREEN value IS 186 (73.05% from 255) = 38.67%
BLUE value IS 175 (68.75% from 255) = 36.38%
R=24.95%
G=38.67%
B=36.38%

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
Decimal1201861750.3500.060.2717032.3560
Hex78BAAF23061Baa203c
Octal1702722574306332524074
Binary1111000101110101010111110001101101101110101010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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