#729E9F

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

Shades of Neptune #729E9F

Tints of Neptune #729E9F

Color information

#729E9F (or 0x729E9F) is unknown color: approx Neptune. HEX triplet: 72, 9E and 9F. RGB value is (114,158,159). Sum of RGB (Red+Green+Blue) = 114+158+159=431 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.45% from 431); Green value is 158 (62.11% from 255 or 36.66% from 431); Blue value is 159 (62.5% from 255 or 36.89% from 431); Max value from RGB is 159 - color contains mainly: blue. Hex color #729E9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729E9F is #8D6160. Grayscale: #909090. Windows color (decimal): -9265505 or 10460786. OLE color: 10460786.

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

Color convert

RGB114158159-
CMYK0.280.0100.38
HSL181.33º18.99%53.53%-
HSV(B)181.33º28.3%62.35%-
XYZ25.4230.5337.35-
YUV144.96135.92105.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.45%
GREEN value IS 158 (62.11% from 255) = 36.66%
BLUE value IS 159 (62.5% from 255) = 36.89%
R=26.45%
G=36.66%
B=36.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1141581590.280.0100.38181.3318.9953.53
Hex729E9F1C1026b51336
Octal1622362373410462652366
Binary1110010100111101001111111100101001101011010110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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