#76ACAA

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

Shades of Neptune #76ACAA

Tints of Neptune #76ACAA

Color information

#76ACAA (or 0x76ACAA) is unknown color: approx Neptune. HEX triplet: 76, AC and AA. RGB value is (118,172,170). Sum of RGB (Red+Green+Blue) = 118+172+170=460 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.65% from 460); Green value is 172 (67.58% from 255 or 37.39% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 172 - color contains mainly: green. Hex color #76ACAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76ACAA is #895355. Grayscale: #9B9B9B. Windows color (decimal): -8999766 or 11185270. OLE color: 11185270.

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

Color convert

RGB118172170-
CMYK0.3100.010.33
HSL177.78º24.55%56.86%-
HSV(B)177.78º31.4%67.45%-
XYZ29.4836.2643.48-
YUV155.63136.11101.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.65%
GREEN value IS 172 (67.58% from 255) = 37.39%
BLUE value IS 170 (66.80% from 255) = 36.96%
R=25.65%
G=37.39%
B=36.96%

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
Decimal1181721700.3100.010.33177.7824.5556.86
Hex76ACAA1F0121b21939
Octal1662542523701412623171
Binary1110110101011001010101011111011000011011001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76ACAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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