#73AAAF

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

Shades of Neptune #73AAAF

Tints of Neptune #73AAAF

Color information

#73AAAF (or 0x73AAAF) is unknown color: approx Neptune. HEX triplet: 73, AA and AF. RGB value is (115,170,175). Sum of RGB (Red+Green+Blue) = 115+170+175=460 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 175 (68.75% from 255 or 38.04% from 460); Max value from RGB is 175 - color contains mainly: blue. Hex color #73AAAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AAAF is #8C5550. Grayscale: #9A9A9A. Windows color (decimal): -9196881 or 11512435. OLE color: 11512435.

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

Color convert

RGB115170175-
CMYK0.340.0300.31
HSL185º27.27%56.86%-
HSV(B)185º34.29%68.63%-
XYZ29.1835.4945.87-
YUV154.12139.78100.09-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25%
GREEN value IS 170 (66.80% from 255) = 36.96%
BLUE value IS 175 (68.75% from 255) = 38.04%
R=25%
G=36.96%
B=38.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1151701750.340.0300.3118527.2756.86
Hex73AAAF22301Fb91b39
Octal1632522574230372713371
Binary11100111010101010101111100010110111111011100111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73AAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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