#73999E

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

Shades of Neptune #73999E

Tints of Neptune #73999E

Color information

#73999E (or 0x73999E) is unknown color: approx Neptune. HEX triplet: 73, 99 and 9E. RGB value is (115,153,158). Sum of RGB (Red+Green+Blue) = 115+153+158=426 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.00% from 426); Green value is 153 (60.16% from 255 or 35.92% from 426); Blue value is 158 (62.11% from 255 or 37.09% from 426); Max value from RGB is 158 - color contains mainly: blue. Hex color #73999E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73999E is #8C6661. Grayscale: #8E8E8E. Windows color (decimal): -9201250 or 10393971. OLE color: 10393971.

HSL color Cylindrical-coordinate representation of color #73999E: hue angle of 186.98º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #73999E is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB115153158-
CMYK0.270.0300.38
HSL186.98º18.14%53.53%-
HSV(B)186.98º27.22%61.96%-
XYZ24.6328.936.63-
YUV142.21136.91108.59-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.00%
GREEN value IS 153 (60.16% from 255) = 35.92%
BLUE value IS 158 (62.11% from 255) = 37.09%
R=27.00%
G=35.92%
B=37.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1151531580.270.0300.38186.9818.1453.53
Hex73999E1B3026bb1236
Octal1632312363330462732266
Binary11100111001100110011110110111101001101011101110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73999E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73999E; }

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

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

<style>
 a { background-color: #73999E; }

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

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

<style>
 span { border-color: #73999E; }

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

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