#73ACAF

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

Shades of Neptune #73ACAF

Tints of Neptune #73ACAF

Color information

#73ACAF (or 0x73ACAF) is unknown color: approx Neptune. HEX triplet: 73, AC and AF. RGB value is (115,172,175). Sum of RGB (Red+Green+Blue) = 115+172+175=462 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.89% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 175 - color contains mainly: blue. Hex color #73ACAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73ACAF is #8C5350. Grayscale: #9B9B9B. Windows color (decimal): -9196369 or 11512947. OLE color: 11512947.

HSL color Cylindrical-coordinate representation of color #73ACAF: hue angle of 183º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #73ACAF is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB115172175-
CMYK0.340.0200.31
HSL183º27.27%56.86%-
HSV(B)183º34.29%68.63%-
XYZ29.5636.2546-
YUV155.3139.1299.26-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.89%
GREEN value IS 172 (67.58% from 255) = 37.23%
BLUE value IS 175 (68.75% from 255) = 37.88%
R=24.89%
G=37.23%
B=37.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1151721750.340.0200.3118327.2756.86
Hex73ACAF22201Fb71b39
Octal1632542574220372673371
Binary11100111010110010101111100010100111111011011111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73ACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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