#73ACAD

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

Shades of Neptune #73ACAD

Tints of Neptune #73ACAD

Color information

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

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

Color convert

RGB115172173-
CMYK0.340.0100.32
HSL181.03º26.13%56.47%-
HSV(B)181.03º33.53%67.84%-
XYZ29.3736.1744.97-
YUV155.07138.1299.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1151721730.340.0100.32181.0326.1356.47
Hex73ACAD221020b51a38
Octal1632542554210402653270
Binary11100111010110010101101100010101000001011010111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73ACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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