#73A5AB

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

Shades of Neptune #73A5AB

Tints of Neptune #73A5AB

Color information

#73A5AB (or 0x73A5AB) is unknown color: approx Neptune. HEX triplet: 73, A5 and AB. RGB value is (115,165,171). Sum of RGB (Red+Green+Blue) = 115+165+171=451 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.50% from 451); Green value is 165 (64.84% from 255 or 36.59% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 171 - color contains mainly: blue. Hex color #73A5AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A5AB is #8C5A54. Grayscale: #969696. Windows color (decimal): -9198165 or 11249011. OLE color: 11249011.

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

Color convert

RGB115165171-
CMYK0.330.0400.33
HSL186.43º25%56.08%-
HSV(B)186.43º32.75%67.06%-
XYZ27.8833.543.52-
YUV150.73139.44102.51-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.50%
GREEN value IS 165 (64.84% from 255) = 36.59%
BLUE value IS 171 (67.19% from 255) = 37.92%
R=25.50%
G=36.59%
B=37.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151651710.330.0400.33186.432556.08
Hex73A5AB214021ba1938
Octal1632452534140412723170
Binary1110011101001011010101110000110001000011011101011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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