#76B3AA

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

Shades of Gulf Stream #76B3AA

Tints of Gulf Stream #76B3AA

Color information

#76B3AA (or 0x76B3AA) is unknown color: approx Gulf Stream. HEX triplet: 76, B3 and AA. RGB value is (118,179,170). Sum of RGB (Red+Green+Blue) = 118+179+170=467 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.27% from 467); Green value is 179 (70.31% from 255 or 38.33% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 179 - color contains mainly: green. Hex color #76B3AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B3AA is #894C55. Grayscale: #9F9F9F. Windows color (decimal): -8997974 or 11187062. OLE color: 11187062.

HSL color Cylindrical-coordinate representation of color #76B3AA: hue angle of 171.15º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #76B3AA is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.30.

Color convert

RGB118179170-
CMYK0.3400.050.30
HSL171.15º28.64%58.24%-
HSV(B)171.15º34.08%70.2%-
XYZ30.8538.9943.93-
YUV159.73133.7998.23-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.27%
GREEN value IS 179 (70.31% from 255) = 38.33%
BLUE value IS 170 (66.80% from 255) = 36.40%
R=25.27%
G=38.33%
B=36.40%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1181791700.3400.050.30171.1528.6458.24
Hex76B3AA22051Eab1d3a
Octal1662632524205362533572
Binary111011010110011101010101000100101111101010101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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