#76ABAD

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

Shades of Neptune #76ABAD

Tints of Neptune #76ABAD

Color information

#76ABAD (or 0x76ABAD) is unknown color: approx Neptune. HEX triplet: 76, AB and AD. RGB value is (118,171,173). Sum of RGB (Red+Green+Blue) = 118+171+173=462 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.54% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 173 - color contains mainly: blue. Hex color #76ABAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76ABAD is #895452. Grayscale: #9B9B9B. Windows color (decimal): -9000019 or 11381622. OLE color: 11381622.

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

Color convert

RGB118171173-
CMYK0.320.0100.32
HSL182.18º25.11%57.06%-
HSV(B)182.18º31.79%67.84%-
XYZ29.5835.9944.92-
YUV155.38137.94101.34-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.54%
GREEN value IS 171 (67.19% from 255) = 37.01%
BLUE value IS 173 (67.97% from 255) = 37.45%
R=25.54%
G=37.01%
B=37.45%

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
Decimal1181711730.320.0100.32182.1825.1157.06
Hex76ABAD201020b61939
Octal1662532554010402663171
Binary11101101010101110101101100000101000001011011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76ABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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