#73ADAC

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

Shades of Neptune #73ADAC

Tints of Neptune #73ADAC

Color information

#73ADAC (or 0x73ADAC) is unknown color: approx Neptune. HEX triplet: 73, AD and AC. RGB value is (115,173,172). Sum of RGB (Red+Green+Blue) = 115+173+172=460 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25% from 460); Green value is 173 (67.97% from 255 or 37.61% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 173 - color contains mainly: green. Hex color #73ADAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73ADAC is #8C5253. Grayscale: #9B9B9B. Windows color (decimal): -9196116 or 11316595. OLE color: 11316595.

HSL color Cylindrical-coordinate representation of color #73ADAC: hue angle of 178.97º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #73ADAC is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB115173172-
CMYK0.3400.010.32
HSL178.97º26.13%56.47%-
HSV(B)178.97º33.53%67.84%-
XYZ29.4636.5144.52-
YUV155.54137.2899.08-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25%
GREEN value IS 173 (67.97% from 255) = 37.61%
BLUE value IS 172 (67.58% from 255) = 37.39%
R=25%
G=37.61%
B=37.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1151731720.3400.010.32178.9726.1356.47
Hex73ADAC220120b31a38
Octal1632552544201402633270
Binary11100111010110110101100100010011000001011001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73ADAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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