#7BA59F

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

Shades of Gulf Stream #7BA59F

Tints of Gulf Stream #7BA59F

Color information

#7BA59F (or 0x7BA59F) is unknown color: approx Gulf Stream. HEX triplet: 7B, A5 and 9F. RGB value is (123,165,159). Sum of RGB (Red+Green+Blue) = 123+165+159=447 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.52% from 447); Green value is 165 (64.84% from 255 or 36.91% from 447); Blue value is 159 (62.5% from 255 or 35.57% from 447); Max value from RGB is 165 - color contains mainly: green. Hex color #7BA59F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BA59F is #845A60. Grayscale: #979797. Windows color (decimal): -8673889 or 10462587. OLE color: 10462587.

HSL color Cylindrical-coordinate representation of color #7BA59F: hue angle of 171.43º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7BA59F is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB123165159-
CMYK0.2500.040.35
HSL171.43º18.92%56.47%-
HSV(B)171.43º25.45%64.71%-
XYZ27.8833.6237.82-
YUV151.76132.09107.49-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.52%
GREEN value IS 165 (64.84% from 255) = 36.91%
BLUE value IS 159 (62.5% from 255) = 35.57%
R=27.52%
G=36.91%
B=35.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1231651590.2500.040.35171.4318.9256.47
Hex7BA59F190423ab1338
Octal1732452373104432532370
Binary111101110100101100111111100101001000111010101110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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