#739EAC

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

Shades of Neptune #739EAC

Tints of Neptune #739EAC

Color information

#739EAC (or 0x739EAC) is unknown color: approx Neptune. HEX triplet: 73, 9E and AC. RGB value is (115,158,172). Sum of RGB (Red+Green+Blue) = 115+158+172=445 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.84% from 445); Green value is 158 (62.11% from 255 or 35.51% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 172 - color contains mainly: blue. Hex color #739EAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739EAC is #8C6153. Grayscale: #929292. Windows color (decimal): -9199956 or 11312755. OLE color: 11312755.

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

Color convert

RGB115158172-
CMYK0.330.0800.33
HSL194.74º25.56%56.27%-
HSV(B)194.74º33.14%67.45%-
XYZ26.7431.0843.62-
YUV146.74142.25105.36-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.84%
GREEN value IS 158 (62.11% from 255) = 35.51%
BLUE value IS 172 (67.58% from 255) = 38.65%
R=25.84%
G=35.51%
B=38.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151581720.330.0800.33194.7425.5656.27
Hex739EAC218021c31a38
Octal16323625441100413033270
Binary11100111001111010101100100001100001000011100001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739EAC; }

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

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

<style>
 a { background-color: #739EAC; }

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

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

<style>
 span { border-color: #739EAC; }

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

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