#76AAAB

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

Shades of Neptune #76AAAB

Tints of Neptune #76AAAB

Color information

#76AAAB (or 0x76AAAB) is unknown color: approx Neptune. HEX triplet: 76, AA and AB. RGB value is (118,170,171). Sum of RGB (Red+Green+Blue) = 118+170+171=459 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.71% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 171 - color contains mainly: blue. Hex color #76AAAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AAAB is #895554. Grayscale: #9A9A9A. Windows color (decimal): -9000277 or 11250294. OLE color: 11250294.

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

Color convert

RGB118170171-
CMYK0.310.0100.33
HSL181.13º23.98%56.67%-
HSV(B)181.13º30.99%67.06%-
XYZ29.235.5443.85-
YUV154.57137.27101.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.71%
GREEN value IS 170 (66.80% from 255) = 37.04%
BLUE value IS 171 (67.19% from 255) = 37.25%
R=25.71%
G=37.04%
B=37.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181701710.310.0100.33181.1323.9856.67
Hex76AAAB1F1021b51839
Octal1662522533710412653071
Binary1110110101010101010101111111101000011011010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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