#73AAAA

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

Shades of Neptune #73AAAA

Tints of Neptune #73AAAA

Color information

#73AAAA (or 0x73AAAA) is unknown color: approx Neptune. HEX triplet: 73, AA and AA. RGB value is (115,170,170). Sum of RGB (Red+Green+Blue) = 115+170+170=455 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.27% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #73AAAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AAAA is #8C5555. Grayscale: #999999. Windows color (decimal): -9196886 or 11184755. OLE color: 11184755.

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

Color convert

RGB115170170-
CMYK0.32000.33
HSL180º24.44%55.88%-
HSV(B)180º32.35%66.67%-
XYZ28.735.343.33-
YUV153.55137.28100.5-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.27%
GREEN value IS 170 (66.80% from 255) = 37.36%
BLUE value IS 170 (66.80% from 255) = 37.36%
R=25.27%
G=37.36%
B=37.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151701700.32000.3318024.4455.88
Hex73AAAA200021b41838
Octal1632522524000412643070
Binary11100111010101010101010100000001000011011010011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73AAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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