#73A4AD

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

Shades of Neptune #73A4AD

Tints of Neptune #73A4AD

Color information

#73A4AD (or 0x73A4AD) is unknown color: approx Neptune. HEX triplet: 73, A4 and AD. RGB value is (115,164,173). Sum of RGB (Red+Green+Blue) = 115+164+173=452 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.44% from 452); Green value is 164 (64.45% from 255 or 36.28% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 173 - color contains mainly: blue. Hex color #73A4AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A4AD is #8C5B52. Grayscale: #969696. Windows color (decimal): -9198419 or 11379827. OLE color: 11379827.

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

Color convert

RGB115164173-
CMYK0.340.0500.32
HSL189.31º26.13%56.47%-
HSV(B)189.31º33.53%67.84%-
XYZ27.8933.2144.48-
YUV150.38140.77102.77-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.44%
GREEN value IS 164 (64.45% from 255) = 36.28%
BLUE value IS 173 (67.97% from 255) = 38.27%
R=25.44%
G=36.28%
B=38.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1151641730.340.0500.32189.3126.1356.47
Hex73A4AD225020bd1a38
Octal1632442554250402753270
Binary1110011101001001010110110001010101000001011110111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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