#76ACAD

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

Shades of Neptune #76ACAD

Tints of Neptune #76ACAD

Color information

#76ACAD (or 0x76ACAD) is unknown color: approx Neptune. HEX triplet: 76, AC and AD. RGB value is (118,172,173). Sum of RGB (Red+Green+Blue) = 118+172+173=463 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.49% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 173 - color contains mainly: blue. Hex color #76ACAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76ACAD is #895352. Grayscale: #9B9B9B. Windows color (decimal): -8999763 or 11381878. OLE color: 11381878.

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

Color convert

RGB118172173-
CMYK0.320.0100.32
HSL181.09º25.11%57.06%-
HSV(B)181.09º31.79%67.84%-
XYZ29.7736.3744.99-
YUV155.97137.61100.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.49%
GREEN value IS 172 (67.58% from 255) = 37.15%
BLUE value IS 173 (67.97% from 255) = 37.37%
R=25.49%
G=37.15%
B=37.37%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1181721730.320.0100.32181.0925.1157.06
Hex76ACAD201020b51939
Octal1662542554010402653171
Binary11101101010110010101101100000101000001011010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76ACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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