#77B2AB

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

Shades of Gulf Stream #77B2AB

Tints of Gulf Stream #77B2AB

Color information

#77B2AB (or 0x77B2AB) is unknown color: approx Gulf Stream. HEX triplet: 77, B2 and AB. RGB value is (119,178,171). Sum of RGB (Red+Green+Blue) = 119+178+171=468 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.43% from 468); Green value is 178 (69.92% from 255 or 38.03% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 178 - color contains mainly: green. Hex color #77B2AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77B2AB is #884D54. Grayscale: #9F9F9F. Windows color (decimal): -8932693 or 11252343. OLE color: 11252343.

HSL color Cylindrical-coordinate representation of color #77B2AB: hue angle of 172.88º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #77B2AB is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB119178171-
CMYK0.3300.040.30
HSL172.88º27.7%58.24%-
HSV(B)172.88º33.15%69.8%-
XYZ30.8838.744.37-
YUV159.56134.4599.07-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.43%
GREEN value IS 178 (69.92% from 255) = 38.03%
BLUE value IS 171 (67.19% from 255) = 36.54%
R=25.43%
G=38.03%
B=36.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1191781710.3300.040.30172.8827.758.24
Hex77B2AB21041Ead1c3a
Octal1672622534104362553472
Binary111011110110010101010111000010100111101010110111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77B2AB; }

 p { color: rgb(119,178,171); }

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

<style>
 a { background-color: #77B2AB; }

 a { background-color: rgb(119,178,171); }

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

<style>
 span { border-color: #77B2AB; }

 span { border-color: rgb(119,178,171); }

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