#77BBAD

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

Shades of Gulf Stream #77BBAD

Tints of Gulf Stream #77BBAD

Color information

#77BBAD (or 0x77BBAD) is unknown color: approx Gulf Stream. HEX triplet: 77, BB and AD. RGB value is (119,187,173). Sum of RGB (Red+Green+Blue) = 119+187+173=479 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.84% from 479); Green value is 187 (73.44% from 255 or 39.04% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 187 - color contains mainly: green. Hex color #77BBAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BBAD is #884452. Grayscale: #A5A5A5. Windows color (decimal): -8930387 or 11385719. OLE color: 11385719.

HSL color Cylindrical-coordinate representation of color #77BBAD: hue angle of 167.65º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #77BBAD is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB119187173-
CMYK0.3600.070.27
HSL167.65º33.33%60%-
HSV(B)167.65º36.36%73.33%-
XYZ32.9242.4846-
YUV165.07132.4795.14-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.84%
GREEN value IS 187 (73.44% from 255) = 39.04%
BLUE value IS 173 (67.97% from 255) = 36.12%
R=24.84%
G=39.04%
B=36.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1191871730.3600.070.27167.6533.3360
Hex77BBAD24071Ba8213c
Octal1672732554407332504174
Binary1110111101110111010110110010001111101110101000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,187,173); }

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

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

 a { background-color: rgb(119,187,173); }

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

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

 span { border-color: rgb(119,187,173); }

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