#76AAA5

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

Shades of Gulf Stream #76AAA5

Tints of Gulf Stream #76AAA5

Color information

#76AAA5 (or 0x76AAA5) is unknown color: approx Gulf Stream. HEX triplet: 76, AA and A5. RGB value is (118,170,165). Sum of RGB (Red+Green+Blue) = 118+170+165=453 (60% of max value = 765). Red value is 118 (46.48% from 255 or 26.05% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 165 (64.84% from 255 or 36.42% from 453); Max value from RGB is 170 - color contains mainly: green. Hex color #76AAA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AAA5 is #89555A. Grayscale: #999999. Windows color (decimal): -9000283 or 10857078. OLE color: 10857078.

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

Color convert

RGB118170165-
CMYK0.3100.030.33
HSL174.23º23.42%56.47%-
HSV(B)174.23º30.59%66.67%-
XYZ28.6435.3240.9-
YUV153.88134.27102.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.05%
GREEN value IS 170 (66.80% from 255) = 37.53%
BLUE value IS 165 (64.84% from 255) = 36.42%
R=26.05%
G=37.53%
B=36.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181701650.3100.030.33174.2323.4256.47
Hex76AAA51F0321ae1738
Octal1662522453703412562770
Binary11101101010101010100101111110111000011010111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,170,165); }

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

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

 a { background-color: rgb(118,170,165); }

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

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

 span { border-color: rgb(118,170,165); }

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