#76BAA2

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

Shades of Gulf Stream #76BAA2

Tints of Gulf Stream #76BAA2

Color information

#76BAA2 (or 0x76BAA2) is unknown color: approx Gulf Stream. HEX triplet: 76, BA and A2. RGB value is (118,186,162). Sum of RGB (Red+Green+Blue) = 118+186+162=466 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.32% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 162 (63.67% from 255 or 34.76% from 466); Max value from RGB is 186 - color contains mainly: green. Hex color #76BAA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BAA2 is #89455D. Grayscale: #A2A2A2. Windows color (decimal): -8996190 or 10664566. OLE color: 10664566.

HSL color Cylindrical-coordinate representation of color #76BAA2: hue angle of 158.82º 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 #76BAA2 is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB118186162-
CMYK0.3700.130.27
HSL158.82º33.01%59.61%-
HSV(B)158.82º36.56%72.94%-
XYZ31.5541.5840.54-
YUV162.93127.4795.95-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.32%
GREEN value IS 186 (73.05% from 255) = 39.91%
BLUE value IS 162 (63.67% from 255) = 34.76%
R=25.32%
G=39.91%
B=34.76%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181861620.3700.130.27158.8233.0159.61
Hex76BAA2250D1B9f213c
Octal16627224245015332374174
Binary11101101011101010100010100101011011101110011111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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