#73A1AD

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

Shades of Neptune #73A1AD

Tints of Neptune #73A1AD

Color information

#73A1AD (or 0x73A1AD) is unknown color: approx Neptune. HEX triplet: 73, A1 and AD. RGB value is (115,161,173). Sum of RGB (Red+Green+Blue) = 115+161+173=449 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.61% from 449); Green value is 161 (63.28% from 255 or 35.86% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 173 - color contains mainly: blue. Hex color #73A1AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A1AD is #8C5E52. Grayscale: #949494. Windows color (decimal): -9199187 or 11379059. OLE color: 11379059.

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

Color convert

RGB115161173-
CMYK0.340.0700.32
HSL192.41º26.13%56.47%-
HSV(B)192.41º33.53%67.84%-
XYZ27.3632.1544.3-
YUV148.61141.76104.02-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.61%
GREEN value IS 161 (63.28% from 255) = 35.86%
BLUE value IS 173 (67.97% from 255) = 38.53%
R=25.61%
G=35.86%
B=38.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1151611730.340.0700.32192.4126.1356.47
Hex73A1AD227020c01a38
Octal1632412554270403003270
Binary1110011101000011010110110001011101000001100000011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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