#76BAA8

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

Shades of Gulf Stream #76BAA8

Tints of Gulf Stream #76BAA8

Color information

#76BAA8 (or 0x76BAA8) is unknown color: approx Gulf Stream. HEX triplet: 76, BA and A8. RGB value is (118,186,168). Sum of RGB (Red+Green+Blue) = 118+186+168=472 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 168 (66.02% from 255 or 35.59% from 472); Max value from RGB is 186 - color contains mainly: green. Hex color #76BAA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BAA8 is #894557. Grayscale: #A3A3A3. Windows color (decimal): -8996184 or 11057782. OLE color: 11057782.

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

Color convert

RGB118186168-
CMYK0.3700.100.27
HSL164.12º33.01%59.61%-
HSV(B)164.12º36.56%72.94%-
XYZ32.141.843.42-
YUV163.62130.4795.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25%
GREEN value IS 186 (73.05% from 255) = 39.41%
BLUE value IS 168 (66.02% from 255) = 35.59%
R=25%
G=39.41%
B=35.59%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181861680.3700.100.27164.1233.0159.61
Hex76BAA8250A1Ba4213c
Octal16627225045012332444174
Binary11101101011101010101000100101010101101110100100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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