#76B7AE

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

Shades of Gulf Stream #76B7AE

Tints of Gulf Stream #76B7AE

Color information

#76B7AE (or 0x76B7AE) is unknown color: approx Gulf Stream. HEX triplet: 76, B7 and AE. RGB value is (118,183,174). Sum of RGB (Red+Green+Blue) = 118+183+174=475 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.84% from 475); Green value is 183 (71.88% from 255 or 38.53% from 475); Blue value is 174 (68.36% from 255 or 36.63% from 475); Max value from RGB is 183 - color contains mainly: green. Hex color #76B7AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B7AE is #894851. Grayscale: #A2A2A2. Windows color (decimal): -8996946 or 11450230. OLE color: 11450230.

HSL color Cylindrical-coordinate representation of color #76B7AE: hue angle of 171.69º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76B7AE is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB118183174-
CMYK0.3600.050.28
HSL171.69º31.1%59.02%-
HSV(B)171.69º35.52%71.76%-
XYZ32.0440.7746.23-
YUV162.54134.4796.23-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.84%
GREEN value IS 183 (71.88% from 255) = 38.53%
BLUE value IS 174 (68.36% from 255) = 36.63%
R=24.84%
G=38.53%
B=36.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1181831740.3600.050.28171.6931.159.02
Hex76B7AE24051Cac1f3b
Octal1662672564405342543773
Binary111011010110111101011101001000101111001010110011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,183,174); }

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

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

 a { background-color: rgb(118,183,174); }

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

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

 span { border-color: rgb(118,183,174); }

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