#73ABA9

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

Shades of Neptune #73ABA9

Tints of Neptune #73ABA9

Color information

#73ABA9 (or 0x73ABA9) is unknown color: approx Neptune. HEX triplet: 73, AB and A9. RGB value is (115,171,169). Sum of RGB (Red+Green+Blue) = 115+171+169=455 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.27% from 455); Green value is 171 (67.19% from 255 or 37.58% from 455); Blue value is 169 (66.41% from 255 or 37.14% from 455); Max value from RGB is 171 - color contains mainly: green. Hex color #73ABA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73ABA9 is #8C5456. Grayscale: #999999. Windows color (decimal): -9196631 or 11119475. OLE color: 11119475.

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

Color convert

RGB115171169-
CMYK0.3300.010.33
HSL177.86º25%56.08%-
HSV(B)177.86º32.75%67.06%-
XYZ28.7935.6442.9-
YUV154.03136.45100.16-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.27%
GREEN value IS 171 (67.19% from 255) = 37.58%
BLUE value IS 169 (66.41% from 255) = 37.14%
R=25.27%
G=37.58%
B=37.14%

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
Decimal1151711690.3300.010.33177.862556.08
Hex73ABA9210121b21938
Octal1632532514101412623170
Binary11100111010101110101001100001011000011011001011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73ABA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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