#7BB9AB

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

Shades of Gulf Stream #7BB9AB

Tints of Gulf Stream #7BB9AB

Color information

#7BB9AB (or 0x7BB9AB) is unknown color: approx Gulf Stream. HEX triplet: 7B, B9 and AB. RGB value is (123,185,171). Sum of RGB (Red+Green+Blue) = 123+185+171=479 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.68% from 479); Green value is 185 (72.66% from 255 or 38.62% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 185 - color contains mainly: green. Hex color #7BB9AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BB9AB is #844654. Grayscale: #A4A4A4. Windows color (decimal): -8668757 or 11254139. OLE color: 11254139.

HSL color Cylindrical-coordinate representation of color #7BB9AB: hue angle of 166.45º 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 #7BB9AB is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB123185171-
CMYK0.3400.080.27
HSL166.45º30.69%60.39%-
HSV(B)166.45º33.51%72.55%-
XYZ32.8741.8544.87-
YUV164.87131.4698.14-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.68%
GREEN value IS 185 (72.66% from 255) = 38.62%
BLUE value IS 171 (67.19% from 255) = 35.70%
R=25.68%
G=38.62%
B=35.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1231851710.3400.080.27166.4530.6960.39
Hex7BB9AB22081Ba61f3c
Octal17327125342010332463774
Binary1111011101110011010101110001001000110111010011011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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