#73A2AB

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

Shades of Neptune #73A2AB

Tints of Neptune #73A2AB

Color information

#73A2AB (or 0x73A2AB) is unknown color: approx Neptune. HEX triplet: 73, A2 and AB. RGB value is (115,162,171). Sum of RGB (Red+Green+Blue) = 115+162+171=448 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.67% from 448); Green value is 162 (63.67% from 255 or 36.16% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 171 - color contains mainly: blue. Hex color #73A2AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A2AB is #8C5D54. Grayscale: #949494. Windows color (decimal): -9198933 or 11248243. OLE color: 11248243.

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

Color convert

RGB115162171-
CMYK0.330.0500.33
HSL189.64º25%56.08%-
HSV(B)189.64º32.75%67.06%-
XYZ27.3432.4343.35-
YUV148.97140.43103.77-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.67%
GREEN value IS 162 (63.67% from 255) = 36.16%
BLUE value IS 171 (67.19% from 255) = 38.17%
R=25.67%
G=36.16%
B=38.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151621710.330.0500.33189.642556.08
Hex73A2AB215021be1938
Octal1632422534150412763170
Binary1110011101000101010101110000110101000011011111011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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