#7BB1AA

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

Shades of Gulf Stream #7BB1AA

Tints of Gulf Stream #7BB1AA

Color information

#7BB1AA (or 0x7BB1AA) is unknown color: approx Gulf Stream. HEX triplet: 7B, B1 and AA. RGB value is (123,177,170). Sum of RGB (Red+Green+Blue) = 123+177+170=470 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.17% from 470); Green value is 177 (69.53% from 255 or 37.66% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 177 - color contains mainly: green. Hex color #7BB1AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BB1AA is #844E55. Grayscale: #A0A0A0. Windows color (decimal): -8670806 or 11186555. OLE color: 11186555.

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

Color convert

RGB123177170-
CMYK0.3100.040.31
HSL172.22º25.71%58.82%-
HSV(B)172.22º30.51%69.41%-
XYZ31.1538.5643.83-
YUV160.06133.61101.57-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.17%
GREEN value IS 177 (69.53% from 255) = 37.66%
BLUE value IS 170 (66.80% from 255) = 36.17%
R=26.17%
G=37.66%
B=36.17%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1231771700.3100.040.31172.2225.7158.82
Hex7BB1AA1F041Fac1a3b
Octal1732612523704372543273
Binary11110111011000110101010111110100111111010110011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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