#7BA49F

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

Shades of Gulf Stream #7BA49F

Tints of Gulf Stream #7BA49F

Color information

#7BA49F (or 0x7BA49F) is unknown color: approx Gulf Stream. HEX triplet: 7B, A4 and 9F. RGB value is (123,164,159). Sum of RGB (Red+Green+Blue) = 123+164+159=446 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.58% from 446); Green value is 164 (64.45% from 255 or 36.77% from 446); Blue value is 159 (62.5% from 255 or 35.65% from 446); Max value from RGB is 164 - color contains mainly: green. Hex color #7BA49F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BA49F is #845B60. Grayscale: #979797. Windows color (decimal): -8674145 or 10462331. OLE color: 10462331.

HSL color Cylindrical-coordinate representation of color #7BA49F: hue angle of 172.68º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7BA49F is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB123164159-
CMYK0.2500.030.36
HSL172.68º18.39%56.27%-
HSV(B)172.68º25%64.31%-
XYZ27.733.2737.76-
YUV151.17132.42107.91-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.58%
GREEN value IS 164 (64.45% from 255) = 36.77%
BLUE value IS 159 (62.5% from 255) = 35.65%
R=27.58%
G=36.77%
B=35.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1231641590.2500.030.36172.6818.3956.27
Hex7BA49F190324ad1238
Octal1732442373103442552270
Binary11110111010010010011111110010111001001010110110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7BA49F; }

 p { color: rgb(123,164,159); }

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

<style>
 a { background-color: #7BA49F; }

 a { background-color: rgb(123,164,159); }

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

<style>
 span { border-color: #7BA49F; }

 span { border-color: rgb(123,164,159); }

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