#76BAAA

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

Shades of Gulf Stream #76BAAA

Tints of Gulf Stream #76BAAA

Color information

#76BAAA (or 0x76BAAA) is unknown color: approx Gulf Stream. HEX triplet: 76, BA and AA. RGB value is (118,186,170). Sum of RGB (Red+Green+Blue) = 118+186+170=474 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.89% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 186 - color contains mainly: green. Hex color #76BAAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BAAA is #894555. Grayscale: #A3A3A3. Windows color (decimal): -8996182 or 11188854. OLE color: 11188854.

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

Color convert

RGB118186170-
CMYK0.3700.090.27
HSL165.88º33.01%59.61%-
HSV(B)165.88º36.56%72.94%-
XYZ32.2941.8744.41-
YUV163.84131.4795.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.89%
GREEN value IS 186 (73.05% from 255) = 39.24%
BLUE value IS 170 (66.80% from 255) = 35.86%
R=24.89%
G=39.24%
B=35.86%

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
Decimal1181861700.3700.090.27165.8833.0159.61
Hex76BAAA25091Ba6213c
Octal16627225245011332464174
Binary11101101011101010101010100101010011101110100110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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