#76B3AD

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

Shades of Gulf Stream #76B3AD

Tints of Gulf Stream #76B3AD

Color information

#76B3AD (or 0x76B3AD) is unknown color: approx Gulf Stream. HEX triplet: 76, B3 and AD. RGB value is (118,179,173). Sum of RGB (Red+Green+Blue) = 118+179+173=470 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.11% from 470); Green value is 179 (70.31% from 255 or 38.09% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 179 - color contains mainly: green. Hex color #76B3AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B3AD is #894C52. Grayscale: #A0A0A0. Windows color (decimal): -8997971 or 11383670. OLE color: 11383670.

HSL color Cylindrical-coordinate representation of color #76B3AD: hue angle of 174.1º 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 #76B3AD is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB118179173-
CMYK0.3400.030.30
HSL174.1º28.64%58.24%-
HSV(B)174.1º34.08%70.2%-
XYZ31.1339.1145.44-
YUV160.08135.2997.99-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.11%
GREEN value IS 179 (70.31% from 255) = 38.09%
BLUE value IS 173 (67.97% from 255) = 36.81%
R=25.11%
G=38.09%
B=36.81%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1181791730.3400.030.30174.128.6458.24
Hex76B3AD22031Eae1d3a
Octal1662632554203362563572
Binary11101101011001110101101100010011111101010111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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