#73AAAC

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

Shades of Neptune #73AAAC

Tints of Neptune #73AAAC

Color information

#73AAAC (or 0x73AAAC) is unknown color: approx Neptune. HEX triplet: 73, AA and AC. RGB value is (115,170,172). Sum of RGB (Red+Green+Blue) = 115+170+172=457 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.16% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 172 - color contains mainly: blue. Hex color #73AAAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AAAC is #8C5553. Grayscale: #999999. Windows color (decimal): -9196884 or 11315827. OLE color: 11315827.

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

Color convert

RGB115170172-
CMYK0.330.0100.33
HSL182.11º25.56%56.27%-
HSV(B)182.11º33.14%67.45%-
XYZ28.8935.3744.33-
YUV153.78138.28100.34-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.16%
GREEN value IS 170 (66.80% from 255) = 37.20%
BLUE value IS 172 (67.58% from 255) = 37.64%
R=25.16%
G=37.20%
B=37.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151701720.330.0100.33182.1125.5656.27
Hex73AAAC211021b61a38
Octal1632522544110412663270
Binary11100111010101010101100100001101000011011011011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73AAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,170,172); }

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

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

 a { background-color: rgb(115,170,172); }

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

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

 span { border-color: rgb(115,170,172); }

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