#76ADA6

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

Shades of Gulf Stream #76ADA6

Tints of Gulf Stream #76ADA6

Color information

#76ADA6 (or 0x76ADA6) is unknown color: approx Gulf Stream. HEX triplet: 76, AD and A6. RGB value is (118,173,166). Sum of RGB (Red+Green+Blue) = 118+173+166=457 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.82% from 457); Green value is 173 (67.97% from 255 or 37.86% from 457); Blue value is 166 (65.23% from 255 or 36.32% from 457); Max value from RGB is 173 - color contains mainly: green. Hex color #76ADA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76ADA6 is #895259. Grayscale: #9B9B9B. Windows color (decimal): -8999514 or 10923382. OLE color: 10923382.

HSL color Cylindrical-coordinate representation of color #76ADA6: hue angle of 172.36º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #76ADA6 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.32.

Color convert

RGB118173166-
CMYK0.3200.040.32
HSL172.36º25.11%57.06%-
HSV(B)172.36º31.79%67.84%-
XYZ29.336.4941.58-
YUV155.76133.78101.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.82%
GREEN value IS 173 (67.97% from 255) = 37.86%
BLUE value IS 166 (65.23% from 255) = 36.32%
R=25.82%
G=37.86%
B=36.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1181731660.3200.040.32172.3625.1157.06
Hex76ADA6200420ac1939
Octal1662552464004402543171
Binary1110110101011011010011010000001001000001010110011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76ADA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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