#73A0AD

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

Shades of Neptune #73A0AD

Tints of Neptune #73A0AD

Color information

#73A0AD (or 0x73A0AD) is unknown color: approx Neptune. HEX triplet: 73, A0 and AD. RGB value is (115,160,173). Sum of RGB (Red+Green+Blue) = 115+160+173=448 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.67% from 448); Green value is 160 (62.89% from 255 or 35.71% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 173 - color contains mainly: blue. Hex color #73A0AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A0AD is #8C5F52. Grayscale: #939393. Windows color (decimal): -9199443 or 11378803. OLE color: 11378803.

HSL color Cylindrical-coordinate representation of color #73A0AD: hue angle of 193.45º 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 #73A0AD is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB115160173-
CMYK0.340.0800.32
HSL193.45º26.13%56.47%-
HSV(B)193.45º33.53%67.84%-
XYZ27.1831.844.24-
YUV148.03142.09104.44-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.67%
GREEN value IS 160 (62.89% from 255) = 35.71%
BLUE value IS 173 (67.97% from 255) = 38.62%
R=25.67%
G=35.71%
B=38.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1151601730.340.0800.32193.4526.1356.47
Hex73A0AD228020c11a38
Octal16324025542100403013270
Binary11100111010000010101101100010100001000001100000111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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