#76A99E

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

Shades of Gulf Stream #76A99E

Tints of Gulf Stream #76A99E

Color information

#76A99E (or 0x76A99E) is unknown color: approx Gulf Stream. HEX triplet: 76, A9 and 9E. RGB value is (118,169,158). Sum of RGB (Red+Green+Blue) = 118+169+158=445 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.52% from 445); Green value is 169 (66.41% from 255 or 37.98% from 445); Blue value is 158 (62.11% from 255 or 35.51% from 445); Max value from RGB is 169 - color contains mainly: green. Hex color #76A99E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A99E is #895661. Grayscale: #989898. Windows color (decimal): -9000546 or 10398070. OLE color: 10398070.

HSL color Cylindrical-coordinate representation of color #76A99E: hue angle of 167.06º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #76A99E is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB118169158-
CMYK0.3000.070.34
HSL167.06º22.87%56.27%-
HSV(B)167.06º30.18%66.27%-
XYZ27.8334.737.58-
YUV152.5131.1103.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.52%
GREEN value IS 169 (66.41% from 255) = 37.98%
BLUE value IS 158 (62.11% from 255) = 35.51%
R=26.52%
G=37.98%
B=35.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1181691580.3000.070.34167.0622.8756.27
Hex76A99E1E0722a71738
Octal1662512363607422472770
Binary111011010101001100111101111001111000101010011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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