#77BAA3

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

Shades of Gulf Stream #77BAA3

Tints of Gulf Stream #77BAA3

Color information

#77BAA3 (or 0x77BAA3) is unknown color: approx Gulf Stream. HEX triplet: 77, BA and A3. RGB value is (119,186,163). Sum of RGB (Red+Green+Blue) = 119+186+163=468 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.43% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 163 (64.06% from 255 or 34.83% from 468); Max value from RGB is 186 - color contains mainly: green. Hex color #77BAA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BAA3 is #88455C. Grayscale: #A3A3A3. Windows color (decimal): -8930653 or 10730103. OLE color: 10730103.

HSL color Cylindrical-coordinate representation of color #77BAA3: hue angle of 159.4º 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 #77BAA3 is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB119186163-
CMYK0.3600.120.27
HSL159.4º32.68%59.8%-
HSV(B)159.4º36.02%72.94%-
XYZ31.7841.6841.02-
YUV163.34127.896.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.43%
GREEN value IS 186 (73.05% from 255) = 39.74%
BLUE value IS 163 (64.06% from 255) = 34.83%
R=25.43%
G=39.74%
B=34.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1191861630.3600.120.27159.432.6859.8
Hex77BAA3240C1B9f213c
Octal16727224344014332374174
Binary11101111011101010100011100100011001101110011111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,186,163); }

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

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

 a { background-color: rgb(119,186,163); }

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

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

 span { border-color: rgb(119,186,163); }

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