#7BB9B1

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

Shades of Gulf Stream #7BB9B1

Tints of Gulf Stream #7BB9B1

Color information

#7BB9B1 (or 0x7BB9B1) is unknown color: approx Gulf Stream. HEX triplet: 7B, B9 and B1. RGB value is (123,185,177). Sum of RGB (Red+Green+Blue) = 123+185+177=485 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.36% from 485); Green value is 185 (72.66% from 255 or 38.14% from 485); Blue value is 177 (69.53% from 255 or 36.49% from 485); Max value from RGB is 185 - color contains mainly: green. Hex color #7BB9B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BB9B1 is #84464E. Grayscale: #A5A5A5. Windows color (decimal): -8668751 or 11647355. OLE color: 11647355.

HSL color Cylindrical-coordinate representation of color #7BB9B1: hue angle of 172.26º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7BB9B1 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB123185177-
CMYK0.3400.040.27
HSL172.26º30.69%60.39%-
HSV(B)172.26º33.51%72.55%-
XYZ33.4542.0847.95-
YUV165.55134.4697.65-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.36%
GREEN value IS 185 (72.66% from 255) = 38.14%
BLUE value IS 177 (69.53% from 255) = 36.49%
R=25.36%
G=38.14%
B=36.49%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1231851770.3400.040.27172.2630.6960.39
Hex7BB9B122041Bac1f3c
Octal1732712614204332543774
Binary111101110111001101100011000100100110111010110011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,185,177); }

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

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

 a { background-color: rgb(123,185,177); }

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

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

 span { border-color: rgb(123,185,177); }

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