#76A9AD

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

Shades of Neptune #76A9AD

Tints of Neptune #76A9AD

Color information

#76A9AD (or 0x76A9AD) is unknown color: approx Neptune. HEX triplet: 76, A9 and AD. RGB value is (118,169,173). Sum of RGB (Red+Green+Blue) = 118+169+173=460 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.65% from 460); Green value is 169 (66.41% from 255 or 36.74% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 173 - color contains mainly: blue. Hex color #76A9AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A9AD is #895652. Grayscale: #9A9A9A. Windows color (decimal): -9000531 or 11381110. OLE color: 11381110.

HSL color Cylindrical-coordinate representation of color #76A9AD: hue angle of 184.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 #76A9AD is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB118169173-
CMYK0.320.0200.32
HSL184.36º25.11%57.06%-
HSV(B)184.36º31.79%67.84%-
XYZ29.235.2444.8-
YUV154.21138.6102.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.65%
GREEN value IS 169 (66.41% from 255) = 36.74%
BLUE value IS 173 (67.97% from 255) = 37.61%
R=25.65%
G=36.74%
B=37.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1181691730.320.0200.32184.3625.1157.06
Hex76A9AD202020b81939
Octal1662512554020402703171
Binary111011010101001101011011000001001000001011100011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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