#73A0A1

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

Shades of Neptune #73A0A1

Tints of Neptune #73A0A1

Color information

#73A0A1 (or 0x73A0A1) is unknown color: approx Neptune. HEX triplet: 73, A0 and A1. RGB value is (115,160,161). Sum of RGB (Red+Green+Blue) = 115+160+161=436 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.38% from 436); Green value is 160 (62.89% from 255 or 36.70% from 436); Blue value is 161 (63.28% from 255 or 36.93% from 436); Max value from RGB is 161 - color contains mainly: blue. Hex color #73A0A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A0A1 is #8C5F5E. Grayscale: #929292. Windows color (decimal): -9199455 or 10592371. OLE color: 10592371.

HSL color Cylindrical-coordinate representation of color #73A0A1: hue angle of 181.3º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #73A0A1 is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB115160161-
CMYK0.290.0100.37
HSL181.3º19.66%54.12%-
HSV(B)181.3º28.57%63.14%-
XYZ26.0731.3638.4-
YUV146.66136.09105.42-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.38%
GREEN value IS 160 (62.89% from 255) = 36.70%
BLUE value IS 161 (63.28% from 255) = 36.93%
R=26.38%
G=36.70%
B=36.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1151601610.290.0100.37181.319.6654.12
Hex73A0A11D1025b51436
Octal1632402413510452652466
Binary1110011101000001010000111101101001011011010110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A0A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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