#76ABAA

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

Shades of Neptune #76ABAA

Tints of Neptune #76ABAA

Color information

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

HSL color Cylindrical-coordinate representation of color #76ABAA: hue angle of 178.87º 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 #76ABAA is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB118171170-
CMYK0.3100.010.33
HSL178.87º23.98%56.67%-
HSV(B)178.87º30.99%67.06%-
XYZ29.2935.8843.41-
YUV155.04136.44101.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181711700.3100.010.33178.8723.9856.67
Hex76ABAA1F0121b31839
Octal1662532523701412633071
Binary1110110101010111010101011111011000011011001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76ABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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