#76B0AB

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

Shades of Gulf Stream #76B0AB

Tints of Gulf Stream #76B0AB

Color information

#76B0AB (or 0x76B0AB) is unknown color: approx Gulf Stream. HEX triplet: 76, B0 and AB. RGB value is (118,176,171). Sum of RGB (Red+Green+Blue) = 118+176+171=465 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.38% from 465); Green value is 176 (69.14% from 255 or 37.85% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 176 - color contains mainly: green. Hex color #76B0AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76B0AB is #894F54. Grayscale: #9E9E9E. Windows color (decimal): -8998741 or 11251830. OLE color: 11251830.

HSL color Cylindrical-coordinate representation of color #76B0AB: hue angle of 174.83º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #76B0AB is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB118176171-
CMYK0.3300.030.31
HSL174.83º26.85%57.65%-
HSV(B)174.83º32.95%69.02%-
XYZ30.3537.8444.23-
YUV158.09135.2899.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.38%
GREEN value IS 176 (69.14% from 255) = 37.85%
BLUE value IS 171 (67.19% from 255) = 36.77%
R=25.38%
G=37.85%
B=36.77%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1181761710.3300.030.31174.8326.8557.65
Hex76B0AB21031Faf1b3a
Octal1662602534103372573372
Binary11101101011000010101011100001011111111010111111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,176,171); }

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

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

 a { background-color: rgb(118,176,171); }

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

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

 span { border-color: rgb(118,176,171); }

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