#739C9F

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

Shades of Neptune #739C9F

Tints of Neptune #739C9F

Color information

#739C9F (or 0x739C9F) is unknown color: approx Neptune. HEX triplet: 73, 9C and 9F. RGB value is (115,156,159). Sum of RGB (Red+Green+Blue) = 115+156+159=430 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.74% from 430); Green value is 156 (61.33% from 255 or 36.28% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 159 - color contains mainly: blue. Hex color #739C9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739C9F is #8C6360. Grayscale: #909090. Windows color (decimal): -9200481 or 10460275. OLE color: 10460275.

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

Color convert

RGB115156159-
CMYK0.280.0200.38
HSL184.09º18.64%53.73%-
HSV(B)184.09º27.67%62.35%-
XYZ25.2229.9237.25-
YUV144.08136.42107.26-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.74%
GREEN value IS 156 (61.33% from 255) = 36.28%
BLUE value IS 159 (62.5% from 255) = 36.98%
R=26.74%
G=36.28%
B=36.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1151561590.280.0200.38184.0918.6453.73
Hex739C9F1C2026b81336
Octal1632342373420462702366
Binary11100111001110010011111111001001001101011100010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,156,159); }

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

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

 a { background-color: rgb(115,156,159); }

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

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

 span { border-color: rgb(115,156,159); }

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