#739EA0

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

Shades of Neptune #739EA0

Tints of Neptune #739EA0

Color information

#739EA0 (or 0x739EA0) is unknown color: approx Neptune. HEX triplet: 73, 9E and A0. RGB value is (115,158,160). Sum of RGB (Red+Green+Blue) = 115+158+160=433 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.56% from 433); Green value is 158 (62.11% from 255 or 36.49% from 433); Blue value is 160 (62.89% from 255 or 36.95% from 433); Max value from RGB is 160 - color contains mainly: blue. Hex color #739EA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739EA0 is #8C615F. Grayscale: #919191. Windows color (decimal): -9199968 or 10526323. OLE color: 10526323.

HSL color Cylindrical-coordinate representation of color #739EA0: hue angle of 182.67º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #739EA0 is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB115158160-
CMYK0.280.0100.37
HSL182.67º19.15%53.92%-
HSV(B)182.67º28.12%62.75%-
XYZ25.6430.6437.82-
YUV145.37136.25106.34-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.56%
GREEN value IS 158 (62.11% from 255) = 36.49%
BLUE value IS 160 (62.89% from 255) = 36.95%
R=26.56%
G=36.49%
B=36.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1151581600.280.0100.37182.6719.1553.92
Hex739EA01C1025b71336
Octal1632362403410452672366
Binary1110011100111101010000011100101001011011011110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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