#7BB0A9

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

Shades of Gulf Stream #7BB0A9

Tints of Gulf Stream #7BB0A9

Color information

#7BB0A9 (or 0x7BB0A9) is unknown color: approx Gulf Stream. HEX triplet: 7B, B0 and A9. RGB value is (123,176,169). Sum of RGB (Red+Green+Blue) = 123+176+169=468 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.28% from 468); Green value is 176 (69.14% from 255 or 37.61% from 468); Blue value is 169 (66.41% from 255 or 36.11% from 468); Max value from RGB is 176 - color contains mainly: green. Hex color #7BB0A9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BB0A9 is #844F56. Grayscale: #9F9F9F. Windows color (decimal): -8671063 or 11120763. OLE color: 11120763.

HSL color Cylindrical-coordinate representation of color #7BB0A9: hue angle of 172.08º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7BB0A9 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB123176169-
CMYK0.3000.040.31
HSL172.08º25.12%58.63%-
HSV(B)172.08º30.11%69.02%-
XYZ30.8638.1343.27-
YUV159.35133.44102.07-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.28%
GREEN value IS 176 (69.14% from 255) = 37.61%
BLUE value IS 169 (66.41% from 255) = 36.11%
R=26.28%
G=37.61%
B=36.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1231761690.3000.040.31172.0825.1258.63
Hex7BB0A91E041Fac193b
Octal1732602513604372543173
Binary11110111011000010101001111100100111111010110011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB0A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,176,169); }

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

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

 a { background-color: rgb(123,176,169); }

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

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

 span { border-color: rgb(123,176,169); }

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