#729DAA

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

Shades of Neptune #729DAA

Tints of Neptune #729DAA

Color information

#729DAA (or 0x729DAA) is unknown color: approx Neptune. HEX triplet: 72, 9D and AA. RGB value is (114,157,170). Sum of RGB (Red+Green+Blue) = 114+157+170=441 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.85% from 441); Green value is 157 (61.72% from 255 or 35.60% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 170 - color contains mainly: blue. Hex color #729DAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729DAA is #8D6255. Grayscale: #919191. Windows color (decimal): -9265750 or 11181426. OLE color: 11181426.

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

Color convert

RGB114157170-
CMYK0.330.0800.33
HSL193.93º24.78%55.69%-
HSV(B)193.93º32.94%66.67%-
XYZ26.2530.5942.55-
YUV145.62141.75105.44-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.85%
GREEN value IS 157 (61.72% from 255) = 35.60%
BLUE value IS 170 (66.80% from 255) = 38.55%
R=25.85%
G=35.60%
B=38.55%

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
Decimal1141571700.330.0800.33193.9324.7855.69
Hex729DAA218021c21938
Octal16223525241100413023170
Binary11100101001110110101010100001100001000011100001011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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