#73A6AD

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

Shades of Neptune #73A6AD

Tints of Neptune #73A6AD

Color information

#73A6AD (or 0x73A6AD) is unknown color: approx Neptune. HEX triplet: 73, A6 and AD. RGB value is (115,166,173). Sum of RGB (Red+Green+Blue) = 115+166+173=454 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.33% from 454); Green value is 166 (65.23% from 255 or 36.56% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 173 - color contains mainly: blue. Hex color #73A6AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A6AD is #8C5952. Grayscale: #979797. Windows color (decimal): -9197907 or 11380339. OLE color: 11380339.

HSL color Cylindrical-coordinate representation of color #73A6AD: hue angle of 187.24º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #73A6AD is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB115166173-
CMYK0.340.0400.32
HSL187.24º26.13%56.47%-
HSV(B)187.24º33.53%67.84%-
XYZ28.2533.9344.6-
YUV151.55140.1101.93-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.33%
GREEN value IS 166 (65.23% from 255) = 36.56%
BLUE value IS 173 (67.97% from 255) = 38.11%
R=25.33%
G=36.56%
B=38.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1151661730.340.0400.32187.2426.1356.47
Hex73A6AD224020bb1a38
Octal1632462554240402733270
Binary1110011101001101010110110001010001000001011101111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,166,173); }

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

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

 a { background-color: rgb(115,166,173); }

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

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

 span { border-color: rgb(115,166,173); }

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