#76B9AC

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

Shades of Gulf Stream #76B9AC

Tints of Gulf Stream #76B9AC

Color information

#76B9AC (or 0x76B9AC) is unknown color: approx Gulf Stream. HEX triplet: 76, B9 and AC. RGB value is (118,185,172). Sum of RGB (Red+Green+Blue) = 118+185+172=475 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.84% from 475); Green value is 185 (72.66% from 255 or 38.95% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 185 - color contains mainly: green. Hex color #76B9AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B9AC is #894653. Grayscale: #A3A3A3. Windows color (decimal): -8996436 or 11319670. OLE color: 11319670.

HSL color Cylindrical-coordinate representation of color #76B9AC: hue angle of 168.36º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76B9AC is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB118185172-
CMYK0.3600.070.27
HSL168.36º32.37%59.41%-
HSV(B)168.36º36.22%72.55%-
XYZ32.2741.5345.34-
YUV163.49132.895.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.84%
GREEN value IS 185 (72.66% from 255) = 38.95%
BLUE value IS 172 (67.58% from 255) = 36.21%
R=24.84%
G=38.95%
B=36.21%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181851720.3600.070.27168.3632.3759.41
Hex76B9AC24071Ba8203b
Octal1662712544407332504073
Binary1110110101110011010110010010001111101110101000100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,185,172); }

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

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

 a { background-color: rgb(118,185,172); }

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

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

 span { border-color: rgb(118,185,172); }

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