#73ABAC

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

Shades of Neptune #73ABAC

Tints of Neptune #73ABAC

Color information

#73ABAC (or 0x73ABAC) is unknown color: approx Neptune. HEX triplet: 73, AB and AC. RGB value is (115,171,172). Sum of RGB (Red+Green+Blue) = 115+171+172=458 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.11% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 172 - color contains mainly: blue. Hex color #73ABAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73ABAC is #8C5453. Grayscale: #9A9A9A. Windows color (decimal): -9196628 or 11316083. OLE color: 11316083.

HSL color Cylindrical-coordinate representation of color #73ABAC: hue angle of 181.05º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #73ABAC is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB115171172-
CMYK0.330.0100.33
HSL181.05º25.56%56.27%-
HSV(B)181.05º33.14%67.45%-
XYZ29.0835.7544.4-
YUV154.37137.9599.92-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.11%
GREEN value IS 171 (67.19% from 255) = 37.34%
BLUE value IS 172 (67.58% from 255) = 37.55%
R=25.11%
G=37.34%
B=37.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151711720.330.0100.33181.0525.5656.27
Hex73ABAC211021b51a38
Octal1632532544110412653270
Binary11100111010101110101100100001101000011011010111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73ABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73ABAC; }

 p { color: rgb(115,171,172); }

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

<style>
 a { background-color: #73ABAC; }

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

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

<style>
 span { border-color: #73ABAC; }

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

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