#76B6B3

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

Shades of Gulf Stream #76B6B3

Tints of Gulf Stream #76B6B3

Color information

#76B6B3 (or 0x76B6B3) is unknown color: approx Gulf Stream. HEX triplet: 76, B6 and B3. RGB value is (118,182,179). Sum of RGB (Red+Green+Blue) = 118+182+179=479 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.63% from 479); Green value is 182 (71.48% from 255 or 38.00% from 479); Blue value is 179 (70.31% from 255 or 37.37% from 479); Max value from RGB is 182 - color contains mainly: green. Hex color #76B6B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76B6B3 is #89494C. Grayscale: #A2A2A2. Windows color (decimal): -8997197 or 11777654. OLE color: 11777654.

HSL color Cylindrical-coordinate representation of color #76B6B3: hue angle of 177.19º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #76B6B3 is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB118182179-
CMYK0.3500.020.29
HSL177.19º30.48%58.82%-
HSV(B)177.19º35.16%71.37%-
XYZ32.3440.5648.77-
YUV162.52137.396.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.63%
GREEN value IS 182 (71.48% from 255) = 38.00%
BLUE value IS 179 (70.31% from 255) = 37.37%
R=24.63%
G=38.00%
B=37.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1181821790.3500.020.29177.1930.4858.82
Hex76B6B323021Db11e3b
Octal1662662634302352613673
Binary11101101011011010110011100011010111011011000111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B6B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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