#73A9AE

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

Shades of Neptune #73A9AE

Tints of Neptune #73A9AE

Color information

#73A9AE (or 0x73A9AE) is unknown color: approx Neptune. HEX triplet: 73, A9 and AE. RGB value is (115,169,174). Sum of RGB (Red+Green+Blue) = 115+169+174=458 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.11% from 458); Green value is 169 (66.41% from 255 or 36.90% from 458); Blue value is 174 (68.36% from 255 or 37.99% from 458); Max value from RGB is 174 - color contains mainly: blue. Hex color #73A9AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A9AE is #8C5651. Grayscale: #999999. Windows color (decimal): -9197138 or 11446643. OLE color: 11446643.

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

Color convert

RGB115169174-
CMYK0.340.0300.32
HSL185.08º26.7%56.67%-
HSV(B)185.08º33.91%68.24%-
XYZ28.935.0845.29-
YUV153.42139.61100.59-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.11%
GREEN value IS 169 (66.41% from 255) = 36.90%
BLUE value IS 174 (68.36% from 255) = 37.99%
R=25.11%
G=36.90%
B=37.99%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1151691740.340.0300.32185.0826.756.67
Hex73A9AE223020b91b39
Octal1632512564230402713371
Binary111001110101001101011101000101101000001011100111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,169,174); }

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

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

 a { background-color: rgb(115,169,174); }

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

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

 span { border-color: rgb(115,169,174); }

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