#76ACAC

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

Shades of Neptune #76ACAC

Tints of Neptune #76ACAC

Color information

#76ACAC (or 0x76ACAC) is unknown color: approx Neptune. HEX triplet: 76, AC and AC. RGB value is (118,172,172). Sum of RGB (Red+Green+Blue) = 118+172+172=462 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.54% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #76ACAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76ACAC is #895353. Grayscale: #9B9B9B. Windows color (decimal): -8999764 or 11316342. OLE color: 11316342.

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

Color convert

RGB118172172-
CMYK0.31000.33
HSL180º24.55%56.86%-
HSV(B)180º31.4%67.45%-
XYZ29.6736.3444.48-
YUV155.85137.11101-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.54%
GREEN value IS 172 (67.58% from 255) = 37.23%
BLUE value IS 172 (67.58% from 255) = 37.23%
R=25.54%
G=37.23%
B=37.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181721720.31000.3318024.5556.86
Hex76ACAC1F0021b41939
Octal1662542543700412643171
Binary1110110101011001010110011111001000011011010011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76ACAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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