#7BB2AC

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

Shades of Gulf Stream #7BB2AC

Tints of Gulf Stream #7BB2AC

Color information

#7BB2AC (or 0x7BB2AC) is unknown color: approx Gulf Stream. HEX triplet: 7B, B2 and AC. RGB value is (123,178,172). Sum of RGB (Red+Green+Blue) = 123+178+172=473 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.00% from 473); Green value is 178 (69.92% from 255 or 37.63% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 178 - color contains mainly: green. Hex color #7BB2AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BB2AC is #844D53. Grayscale: #A0A0A0. Windows color (decimal): -8670548 or 11317883. OLE color: 11317883.

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

Color convert

RGB123178172-
CMYK0.3100.030.30
HSL173.45º26.32%59.02%-
HSV(B)173.45º30.9%69.8%-
XYZ31.5439.0344.9-
YUV160.87134.28100.99-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.00%
GREEN value IS 178 (69.92% from 255) = 37.63%
BLUE value IS 172 (67.58% from 255) = 36.36%
R=26.00%
G=37.63%
B=36.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1231781720.3100.030.30173.4526.3259.02
Hex7BB2AC1F031Ead1a3b
Octal1732622543703362553273
Binary1111011101100101010110011111011111101010110111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,178,172); }

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

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

 a { background-color: rgb(123,178,172); }

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

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

 span { border-color: rgb(123,178,172); }

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