#73ACAA

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

Shades of Neptune #73ACAA

Tints of Neptune #73ACAA

Color information

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

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

Color convert

RGB115172170-
CMYK0.3300.010.33
HSL177.89º25.56%56.27%-
HSV(B)177.89º33.14%67.45%-
XYZ29.0836.0543.46-
YUV154.73136.6299.66-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151721700.3300.010.33177.8925.5656.27
Hex73ACAA210121b21a38
Octal1632542524101412623270
Binary11100111010110010101010100001011000011011001011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73ACAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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