#73A0AB

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

Shades of Neptune #73A0AB

Tints of Neptune #73A0AB

Color information

#73A0AB (or 0x73A0AB) is unknown color: approx Neptune. HEX triplet: 73, A0 and AB. RGB value is (115,160,171). Sum of RGB (Red+Green+Blue) = 115+160+171=446 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.78% from 446); Green value is 160 (62.89% from 255 or 35.87% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 171 - color contains mainly: blue. Hex color #73A0AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A0AB is #8C5F54. Grayscale: #939393. Windows color (decimal): -9199445 or 11247731. OLE color: 11247731.

HSL color Cylindrical-coordinate representation of color #73A0AB: hue angle of 191.79º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #73A0AB is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB115160171-
CMYK0.330.0600.33
HSL191.79º25%56.08%-
HSV(B)191.79º32.75%67.06%-
XYZ26.9931.7343.23-
YUV147.8141.09104.61-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.78%
GREEN value IS 160 (62.89% from 255) = 35.87%
BLUE value IS 171 (67.19% from 255) = 38.34%
R=25.78%
G=35.87%
B=38.34%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151601710.330.0600.33191.792556.08
Hex73A0AB216021c01938
Octal1632402534160413003170
Binary1110011101000001010101110000111001000011100000011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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