#76BAA9

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

Shades of Gulf Stream #76BAA9

Tints of Gulf Stream #76BAA9

Color information

#76BAA9 (or 0x76BAA9) is unknown color: approx Gulf Stream. HEX triplet: 76, BA and A9. RGB value is (118,186,169). Sum of RGB (Red+Green+Blue) = 118+186+169=473 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.95% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 169 (66.41% from 255 or 35.73% from 473); Max value from RGB is 186 - color contains mainly: green. Hex color #76BAA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BAA9 is #894556. Grayscale: #A3A3A3. Windows color (decimal): -8996183 or 11123318. OLE color: 11123318.

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

Color convert

RGB118186169-
CMYK0.3700.090.27
HSL165º33.01%59.61%-
HSV(B)165º36.56%72.94%-
XYZ32.1941.8343.91-
YUV163.73130.9795.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.95%
GREEN value IS 186 (73.05% from 255) = 39.32%
BLUE value IS 169 (66.41% from 255) = 35.73%
R=24.95%
G=39.32%
B=35.73%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181861690.3700.090.2716533.0159.61
Hex76BAA925091Ba5213c
Octal16627225145011332454174
Binary11101101011101010101001100101010011101110100101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76BAA9; }

 p { color: rgb(118,186,169); }

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

<style>
 a { background-color: #76BAA9; }

 a { background-color: rgb(118,186,169); }

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

<style>
 span { border-color: #76BAA9; }

 span { border-color: rgb(118,186,169); }

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