#729F9D

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

Shades of Neptune #729F9D

Tints of Neptune #729F9D

Color information

#729F9D (or 0x729F9D) is unknown color: approx Neptune. HEX triplet: 72, 9F and 9D. RGB value is (114,159,157). Sum of RGB (Red+Green+Blue) = 114+159+157=430 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.51% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 159 - color contains mainly: green. Hex color #729F9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729F9D is #8D6062. Grayscale: #919191. Windows color (decimal): -9265251 or 10329970. OLE color: 10329970.

HSL color Cylindrical-coordinate representation of color #729F9D: hue angle of 177.33º 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 #729F9D is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB114159157-
CMYK0.2800.010.38
HSL177.33º18.99%53.53%-
HSV(B)177.33º28.3%62.35%-
XYZ25.4230.8136.5-
YUV145.32134.59105.66-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.51%
GREEN value IS 159 (62.5% from 255) = 36.98%
BLUE value IS 157 (61.72% from 255) = 36.51%
R=26.51%
G=36.98%
B=36.51%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1141591570.2800.010.38177.3318.9953.53
Hex729F9D1C0126b11336
Octal1622372353401462612366
Binary1110010100111111001110111100011001101011000110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729F9D; }

 p { color: rgb(114,159,157); }

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

<style>
 a { background-color: #729F9D; }

 a { background-color: rgb(114,159,157); }

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

<style>
 span { border-color: #729F9D; }

 span { border-color: rgb(114,159,157); }

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